Browse Source

修改样式

See999 5 years ago
parent
commit
9344c44131

+ 4 - 1
src/pages/main/dialog/new_order/AddNewOrders.vue View File

576
   // overflow: auto;
576
   // overflow: auto;
577
 }
577
 }
578
 .table {
578
 .table {
579
-  width: 768px;
579
+  width: 1200px;
580
   overflow-x: scroll;
580
   overflow-x: scroll;
581
   // margin-top: 0rem;
581
   // margin-top: 0rem;
582
+  @media only screen and (max-width: 767px) {
583
+    width: 1000px;
584
+  }
582
   tr {
585
   tr {
583
     th {
586
     th {
584
       background: $main-color;
587
       background: $main-color;

+ 1 - 1
src/pages/main/dialog/new_order/select_advice_template_dialog.vue View File

259
   min-height: 5rem;
259
   min-height: 5rem;
260
   overflow-y: scroll;
260
   overflow-y: scroll;
261
   @media only screen and (max-width: 811px) {
261
   @media only screen and (max-width: 811px) {
262
-    max-height: 12.8rem !important;
262
+    max-height: 11.8rem !important;
263
   }
263
   }
264
   ul {
264
   ul {
265
     li {
265
     li {