2019-06-01 05:20:13 +08:00
|
|
|
.qe-QuestInfoComponent {
|
2019-05-29 23:59:47 +08:00
|
|
|
width: 280px;
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2019-06-01 05:20:13 +08:00
|
|
|
.qe-QuestInfoComponent table {
|
2019-05-29 23:59:47 +08:00
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-06-01 05:20:13 +08:00
|
|
|
.qe-QuestInfoComponent table tbody th {
|
2019-05-29 23:59:47 +08:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2019-06-01 05:20:13 +08:00
|
|
|
.qe-QuestInfoComponent pre {
|
|
|
|
padding: 8px;
|
2019-06-04 03:41:18 +08:00
|
|
|
border: solid 1px hsl(200, 10%, 30%);
|
2019-06-01 05:20:13 +08:00
|
|
|
margin: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.qe-QuestInfoComponent-npc-counts-container {
|
2019-05-29 23:59:47 +08:00
|
|
|
overflow: auto;
|
|
|
|
}
|