|
@@ -243,11 +243,11 @@ onMounted(() => {
|
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
|
padding: 16px;
|
|
|
- background: #ffffff;
|
|
|
+ background: var(--commonBg);
|
|
|
border: 1px solid #eeeeee;
|
|
|
box-shadow: 0px 0px 10px 0px #dddddd;
|
|
|
border-radius: 5px;
|
|
|
- color: #000;
|
|
|
+ color: var(--commonTextColor);
|
|
|
overflow-y: auto;
|
|
|
.info {
|
|
|
margin-bottom: 32px;
|
|
@@ -266,7 +266,7 @@ onMounted(() => {
|
|
|
line-height: 1;
|
|
|
border: 1px solid #eee;
|
|
|
border-radius: 5px;
|
|
|
- background: #fbfdff;
|
|
|
+ background: var(--commonBg);
|
|
|
position: relative;
|
|
|
margin-bottom: 10px;
|
|
|
font-weight: bold;
|