qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
43d5a47a63
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/views/reportManagement/components/Custom/index.vue

+ 9 - 9
src/views/reportManagement/components/Custom/index.vue

@@ -4,7 +4,7 @@
     <div v-for="(item, index) in addCustomContent" :key="index" class="reportManage-custom">
       <el-row :gutter="20">
         <el-col :span="12" class="Layout_flex_start">
-          <div class="custom-index" style="margin-right: 10px;">{{ index + 1 }}</div>
+          <div class="custom-index" style="margin-right: 10px;">{{ index + 1 }}</div>
           <el-input v-model="item.fieldName" type="text" placeholder="请输入字段名称" maxlength="10" show-word-limit />
         </el-col>
         <el-col :span="4">
@@ -161,14 +161,14 @@ export default {
     margin-bottom: 20px;
   }
   .custom-index {
-    width: 18px;
-    height: 18px;
-    background: #1890ff;
-    border-radius: 50%;
-    color: #fff;
-    display: flex;
-    align-items: center;
-    padding: 0 5px;
+    width: 40px;
+    // height: 18px;
+    // background: #1890ff;
+    // border-radius: 50%;
+    color: #000;
+    // display: flex;
+    // align-items: center;
+    // padding: 0 5px;
   }
   .icon-design {
     border: 1px solid #1890ff;