panxiandiao_i 5 жил өмнө
parent
commit
6d7cb9479d

+ 3 - 0
src/views/Platform/bugManage/bugCreate.vue

@@ -364,6 +364,9 @@ export default {
       .block-flex
         display flex
         flex-wrap wrap
+      // .block-flex >>> input::placeholder
+      //   color red
+      //   font-size 1.5em
       .block-flex >>> .el-form-item
         width 100%
         display flex

+ 1 - 1
src/views/Platform/defectManagement.vue

@@ -13,7 +13,7 @@
           </el-select>
           <el-input v-model="queryCode.currentHandler" clearable filterable placeholder="处理人" style="width:12%;margin-right:5px;" />
           <el-input v-model="queryCode.creator" clearable filterable placeholder="创建人" style="width:12%;margin-right:5px;" />
-          <el-date-picker v-model="queryCode.gmtCreateBegin" style="width:12%;margin-right:5px;" type="datetime" placeholder="创建时间" /> -
+          <el-date-picker v-model="queryCode.gmtCreateBegin" style="width:12%;margin-right:5px;" type="datetime" placeholder="创建时间" />
           <el-date-picker v-model="queryCode.gmtCreateEnd" style="width:12%;margin-right:5px;" type="datetime" placeholder="截止时间" />
           <el-input v-model="queryCode.bugName" clearable filterable placeholder="主题" style="width:12%;margin-right:5px;" />
           <el-button type="primary" @click="dataQuery(queryCode)">查询</el-button>