Browse Source

新增删除标题样式调整

reaper 4 years ago
parent
commit
9ee1d3fced

+ 10 - 7
src/components/knowledgeExtra/AddAssess/index.vue

@@ -2,7 +2,7 @@
 <style lang="less" scoped>
 .add_assess {
   h5 {
-    padding: 30px 35px 0 35px;
+    padding: 20px 35px 0 35px;
     margin-bottom: 20px;
     font-size: 14px;
     span {
@@ -11,7 +11,9 @@
     }
   }
   .table_map {
-    border-bottom: 10px solid #dee2ea;
+    border-bottom: 1px solid rgba(203, 207, 212, 0.3);
+    padding-bottom: 10px;
+    // margin-bottom: 20px;
     .table_top_box {
       position: relative;
       display: flex;
@@ -60,7 +62,7 @@
       position: absolute;
       right: 35px;
       bottom: 0;
-      font-size: 14px;
+      font-size: 12px;
       color: #999;
       margin-top: 14px;
     }
@@ -70,18 +72,19 @@
     margin-bottom: 0;
   }
   .hint_msg {
-    font-size: 14px;
+    font-size: 12px;
     color: red;
     margin-top: 14px;
   }
   .change_table_btns {
-    width: 100%;
+    // width: 100%;
     margin-top: 20px;
     display: flex;
     justify-content: center;
-    padding: 10px;
+    padding: 8px;
+    border: 1px dashed #cbcfd4;
+    margin: 2px 35px;
     box-sizing: border-box;
-    border-top: 10px solid #dee2ea;
     div {
       width: 80px;
       height: 30px;

+ 1 - 1
src/components/knowledgeExtra/AddDevKnow.vue

@@ -1188,7 +1188,7 @@ export default {
 }
 .btn {
   text-align: right;
-  margin: 0 20px;
+  margin: 10px 20px;
   padding: 30px;
   background: #fff;
 }