Browse Source

2023-5-23

codeMan 2 years ago
parent
commit
715ee0e156
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/SDrpManagement/ProductGroup/modules/classTree.vue

+ 6 - 6
src/SDrpManagement/ProductGroup/modules/classTree.vue

@@ -53,19 +53,19 @@ export default {
   !important;
 }
 .classItem{
-  margin: 10px 40px;
-  padding-right: 10px;
-  border-right: 1px solid #e3e5ea;
+  flex: 0 1 auto;
+  width:110px ;
+  margin:10px 0px 10px 0;
   font-size:14px !important;
   cursor: pointer;
-}
-.classItem:nth-of-type(1) {
-  margin-left: 0;
+  padding-left: 10px;
+  border-right: 1px solid #e3e5ea;
 }
 .flex-start{
   display: flex;
   flex-wrap: nowrap;
   align-items: flex-start;
   position: relative;
+  width: 80px;
 }
 </style>