yangjie 2 ヶ月 前
コミット
bdbd19b477

+ 2 - 1
src/view/client/12345/AcceptTickets/index.vue

@@ -386,7 +386,7 @@ export default {
       border-left: solid 10px #02fffd;
       height: 100%;
       line-height: 30px;
-      font-size: 1.3rem;
+      font-size: calc(100vw * 18 / 1920);
       color: white;
     }
   }
@@ -399,6 +399,7 @@ export default {
   .acceptTickets /deep/ .el-table {
     background-color: transparent;
     color: #3e7aa3;
+    font-size: calc(100vw * 12 / 1920);
   }
 
   .acceptTickets /deep/ .el-table tr {

+ 3 - 3
src/view/client/12345/CountySituation/index.vue

@@ -243,7 +243,7 @@ export default {
   border-left: solid 10px #02fffd;
   height: 100%;
   line-height: 30px;
-  font-size: 1.125rem;
+  font-size: calc(100vw * 18 / 1920);
   color: white;
 }
 #countySituation {
@@ -255,14 +255,14 @@ export default {
   border: #2b6390 1px solid;
   background: transparent;
   line-height: 30px;
-  font-size: 1.125rem;
+  font-size: calc(100vw * 18 / 1920);
   height: 30px;
 }
 .bt-active {
   background: #007dc7;
   color: #fff;
   line-height: 30px;
-  font-size: 1.125rem;
+  font-size: calc(100vw * 18 / 1920);
   height: 30px;
 }
 </style>

+ 1 - 1
src/view/client/12345/Municipal/index.vue

@@ -210,7 +210,7 @@ export default {
   border-left: solid 10px #02FFFD;
   height: 100%;
   line-height: 30px;
-  font-size: 1.125rem;
+  font-size: calc(100vw * 18 / 1920);
   color: white;
 }
 #municipal {

+ 1 - 1
src/view/client/12345/TicketsSource/index.vue

@@ -96,7 +96,7 @@ export default {
   border-left: solid 10px #02fffd;
   height: 100%;
   line-height: 30px;
-  font-size: 1.125rem;
+  font-size: calc(100vw * 18 / 1920);
   color: white;
 }
 #ticketsSource {

+ 6 - 6
src/view/client/12345/TodayAcceptance/index.vue

@@ -133,7 +133,7 @@ export default {
   border-left: solid 10px #02fffd;
   height: 100%;
   line-height: 30px;
-  font-size: 1.3rem;
+  font-size: calc(100vw * 18 / 1920);
   color: white;
 }
 #todayAcceptance {
@@ -141,11 +141,11 @@ export default {
   height: calc(100% - 30px);
 }
 .col-title {
-  font-size: 1.2rem;
+  font-size: calc(100vw * 19 / 1920);
   color: white;
 }
 .col-num {
-  font-size: 1.2rem;
+  font-size: calc(100vw * 19 / 1920);
   color: white;
 }
 
@@ -180,12 +180,12 @@ export default {
   display: flex;
   margin-right: 10px;
   align-items: center;
-  width: 60%;
-  font-size: 1.2rem;
+  width: 70%;
+  font-size: calc(100vw * 19 / 1920);
   color: white;
 }
 .col-right {
-  font-size: 1.2rem;
+  font-size: calc(100vw * 19 / 1920);
   color: white;
 }
 </style>