浏览代码

代码上传

zhangqiOMG 2 年之前
父节点
当前提交
bb39881a3f
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      src/HDrpManagement/projectStage/modules/stageDetail.vue
  2. 3 1
      src/style/style.css

+ 1 - 1
src/HDrpManagement/projectStage/modules/stageDetail.vue

@@ -11,7 +11,7 @@
       append-to-body
       @close="onClose"
       size="50%">
-      <div class="flex-align-center flex-between container" style="border-bottom:1px solid #f1f2f3">
+      <div class="flex-align-center flex-between" style="border-bottom:1px solid #f1f2f3;padding:10px">
         <div style="font-size:20px">{{data.stagetempname}}</div>
         <div>
           <el-button class="inline-16" size="mini" @click="onEdit">编 辑</el-button>

+ 3 - 1
src/style/style.css

@@ -173,7 +173,9 @@ ul{
   right:60px !important;
 }
 .el-drawer__header{
-  margin-bottom: 20px !important;
+  /* margin-bottom: 20px !important; */
+  padding: 10px !important;
+  margin-bottom: 0 !important;
 }
 .fixed__btn__panel{
   position: absolute;