洪海涛 4 年之前
父节点
当前提交
2e6d1606da

+ 5 - 2
src/components/Tag/index.vue

@@ -19,7 +19,7 @@
         <div class="title">
           <span class="line" />
           <span class="name">设置标签</span>
-          <i class="el-icon-close icon" />
+          <i class="el-icon-close icon" @click="visible = false" />
         </div>
         <div class="body">
           <el-form-item style="width: 100%;margin-right: 0;" :rules="[{ required: true, message: '标签不能为空'}]" label="标签:" class="tag-from">
@@ -217,9 +217,12 @@ export default {
       word-break: break-all;
       // height: calc(80vh - 118px);
       overflow: auto;
+      .tag-from .el-form-item__content {
+        width: calc(100% - 100px);
+      }
     }
     .footer {
-      padding: 15px 20px;
+      padding: 0 20px 15px;
       text-align: right;
       // border-top: 1px solid #eee;
       background: #fff;

+ 1 - 1
src/views/projectManage/bugList/bugindex.vue

@@ -210,7 +210,7 @@
                         start-placeholder="开始日期"
                         end-placeholder="结束日期"
                         size="small"
-                        style="min-width: 493px"
+                        style="min-width: 476px"
                         value-format="yyyy-MM-dd HH:mm:ss"
                         :default-time="['00:00:00','23:59:59']"
                         :picker-options="pickerOptions"

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -141,7 +141,7 @@
                   start-placeholder="开始日期"
                   end-placeholder="结束日期"
                   size="small"
-                  style="min-width: 486px"
+                  style="min-width: 476px"
                   value-format="yyyy-MM-dd HH:mm:ss"
                   :default-time="['00:00:00','23:59:59']"
                   :picker-options="pickerOptions"

+ 1 - 1
src/views/projectManage/taskList/taskIndex.vue

@@ -292,7 +292,7 @@
                     end-placeholder="结束日期"
                     size="small"
                     class="input"
-                    style="min-width: 486px"
+                    style="min-width: 476px"
                     value-format="yyyy-MM-dd HH:mm:ss"
                     :default-time="['00:00:00','23:59:59']"
                     :picker-options="pickerOptions"