Преглед на файлове

图斑分配页面适配

lkk преди 5 месеца
родител
ревизия
474321aab5
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      src/views/farmlandProtection/components/statistics.vue

+ 4 - 2
src/views/farmlandProtection/components/statistics.vue

@@ -67,12 +67,14 @@ export default {
       //   background: rgba(152, 251, 152, 0.685);
       margin: 5px 0px;
       .listArea {
-        width: 365px;
+        // width: 365px;
+        width: 20vw;
         display: flex;
         justify-content: space-between;
       }
       .listItem {
-        width: 365px;
+        // width: 365px;
+        width: 20vw;
         height: 10px;
         background: inherit;
         background-color: rgba(242, 242, 242, 0.43921568627451);