Explorar o código

carsim优化1

zhangliang2 %!s(int64=2) %!d(string=hai) anos
pai
achega
ebd03fe381

+ 1 - 1
src/assets/common/css/theme.less

@@ -107,7 +107,7 @@
 .titlePanelBor {
     padding-left: 9px;
     border-left: 6px solid @themeColor;
-    font-size: 20px;
+    // font-size: 20px;
     font-weight: bold;
     line-height: 1.08;
     color: @themeColor;

+ 1 - 1
src/views/modelLibrary/components/vehicleModelCarsim.vue

@@ -3154,7 +3154,7 @@ export default {
         padding-left: 9px;
         font-weight: bold;
         line-height: 1.08;
-        font-size: 18px;
+        font-size: 16px;
 
         b {
             display: inline-block;

+ 4 - 0
src/views/modelLibrary/vehicleModel.vue

@@ -850,6 +850,10 @@ export default {
         padding: 22px 0;
     }
 
+    /deep/ .titlePanelBor {
+        font-size: 18px;
+    }
+
     .btns {
         padding-top: 30px;
         text-align: center;