瀏覽代碼

样式更改

wangziqian 5 年之前
父節點
當前提交
bd8da268d0

+ 1 - 0
src/styles/detail-pages.scss

@@ -122,6 +122,7 @@
     .title-left-name {
       width: auto;
       height: 20px;
+      line-height: 20px;
       font-size: 16px;
       font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
       color: rgba(51,59,74,1);

+ 2 - 2
src/views/projectManage/taskList/childrenTask/addChildrenList.vue

@@ -348,7 +348,7 @@ export default {
 		}
 	}
 	.input-name {
-		width: calc(100% - 330px);
+		width: calc(100% - 320px);
 		padding-left: 14px;
 		line-height: 24px;
 		color: #333333;
@@ -369,7 +369,7 @@ export default {
 		}
 	}
 	.child-endTime {
-    width: 180px;
+    width: 170px;
 		height: 36px;
 		padding-left: 20px;
 		display: flex;

+ 7 - 4
src/views/projectManage/taskList/childrenTask/childDrawer.vue

@@ -87,7 +87,7 @@
           </el-form>
           <el-form :inline="true" :model="formData" class="demo-form-all" label-position="right" label-width="100px">
             <el-form-item label="任务进度:">
-              <div class="block">
+              <div class="process">
                 <el-slider v-model.number="formData.process" @change="changeProgres" />
               </div>
             </el-form-item>
@@ -353,7 +353,7 @@ export default {
   margin-bottom: 5px !important;
 }
 .top-control {
-	padding: 10px 30px 30px 30px;
+	padding: 10px 30px 20px 30px;
   position: relative;
   .back {
     position: absolute;
@@ -378,7 +378,7 @@ export default {
       color: #333333;
 			span {
 				cursor: pointer;
-				margin-right: 30px;
+				margin-right: 20px;
 			}
       .last{
         margin-right: 0;
@@ -494,7 +494,10 @@ export default {
       /deep/.el-input-group__append {
         padding: 0 10px;
       }
-		}
+    }
+    .process {
+      padding-left: 15px;
+    }
 	}
 	.input-process {
     width: 90px;