|
@@ -4,7 +4,7 @@
|
|
|
<el-row>
|
|
|
<div :class="leftStyle">
|
|
|
<el-row>
|
|
|
- <div :class="title1Style">SG</div>
|
|
|
+ <div :class="title1Style" style="font-size:13px;">SG</div>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<div :class="title2Style">223</div>
|
|
@@ -91,7 +91,7 @@
|
|
|
.card-style-0 {
|
|
|
border: 2px solid rgb(255, 255, 255);
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
|
- color: rgb(120, 120, 120);
|
|
|
+ color: rgb(200, 200, 200);
|
|
|
}
|
|
|
.card-style-1 {
|
|
|
border: 2px solid rgb(197, 48, 72);
|
|
@@ -165,7 +165,7 @@
|
|
|
}
|
|
|
.card-left-style-0 {
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
- color: rgb(120, 120, 120);
|
|
|
+ color: rgb(80, 80, 80);
|
|
|
}
|
|
|
.card-left-style-1 {
|
|
|
background-color: rgb(121, 73, 81);
|
|
@@ -191,7 +191,7 @@
|
|
|
|
|
|
.card-left-style-select-0 {
|
|
|
background-color: rgba(255, 255, 255,0.7);
|
|
|
- color: rgba(120, 120, 120,0.7);
|
|
|
+ color: rgba(200, 200, 200,0.7);
|
|
|
}
|
|
|
.card-left-style-select-1 {
|
|
|
background-color: rgba(121, 73, 81,0.7);
|