|
@@ -108,15 +108,15 @@ export default {
|
|
.NPC-zhedie {
|
|
.NPC-zhedie {
|
|
width: 780px;
|
|
width: 780px;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
- border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
- overflow: hidden;
|
|
|
|
- border-radius: 8px;
|
|
|
|
.topTitle {
|
|
.topTitle {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding-left: 24px;
|
|
padding-left: 24px;
|
|
padding-right: 16px;
|
|
padding-right: 16px;
|
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
.NPC-top-left {
|
|
.NPC-top-left {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
@@ -163,6 +163,9 @@ export default {
|
|
}
|
|
}
|
|
.NPC-notes-list {
|
|
.NPC-notes-list {
|
|
padding: 24px 24px 5px 24px;
|
|
padding: 24px 24px 5px 24px;
|
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
+ border-top: none;
|
|
|
|
+ border-radius: 0 0 8px 8px;
|
|
.NPC-notes {
|
|
.NPC-notes {
|
|
width: 100%;
|
|
width: 100%;
|
|
margin-bottom: 24px;
|
|
margin-bottom: 24px;
|