dev01 3 年之前
父節點
當前提交
bbb9443cad
共有 1 個文件被更改,包括 8 次插入6 次删除
  1. 8 6
      js/component/manageCenter/channelList/channelunit/detail/index.less

+ 8 - 6
js/component/manageCenter/channelList/channelunit/detail/index.less

@@ -1,14 +1,16 @@
-.enterpriseNameContent{
-  .enterpriseNameItem{
+.enterpriseNameContent {
+  .enterpriseNameItem {
     display: flex;
     flex-flow: row nowrap;
-    align-items: center;
     padding-bottom: 20px;
-    .enterpriseNameTitle{
+
+    .enterpriseNameTitle {
+      min-width: 40px;
     }
-    .enterpriseNameValue{
+
+    .enterpriseNameValue {
       padding-left: 15px;
       max-width: 250px;
     }
   }
-}
+}