|
@@ -84,12 +84,12 @@ defineProps({
|
|
|
text-align: center;
|
|
|
overflow-y: auto;
|
|
|
height: 100%;
|
|
|
- background-color: rgb(239, 240, 241);
|
|
|
+ background-color: var(--el-color-info-light-9);
|
|
|
}
|
|
|
|
|
|
.other-settings-panel {
|
|
|
width: 1128px;
|
|
|
- background-color: rgb(255, 255, 255);
|
|
|
+ background-color: var(--el-bg-color);
|
|
|
padding: 32px 0px;
|
|
|
text-align: left;
|
|
|
}
|
|
@@ -105,7 +105,7 @@ defineProps({
|
|
|
width: 823px;
|
|
|
._1zQ9x381ImhBju8yBmxOez {
|
|
|
width: 94px;
|
|
|
- color: rgb(31, 35, 41);
|
|
|
+ //color: rgb(31, 35, 41);
|
|
|
font-size: 14px;
|
|
|
font-weight: 550;
|
|
|
line-height: 22px;
|
|
@@ -121,7 +121,7 @@ defineProps({
|
|
|
}
|
|
|
|
|
|
.revoke-setting-sub-text {
|
|
|
- color: #646a73;
|
|
|
+ //color: #646a73;
|
|
|
font-size: 14px;
|
|
|
margin-top: 4px;
|
|
|
line-height: 22px;
|