shaogen1995 před 4 roky
rodič
revize
e969f9383d

+ 1 - 1
houtai/src/assets/css/base.css

@@ -132,7 +132,7 @@ input[type="number"] {
   background: #964134;
 }
 .el-image__preview{
-  border: 10px solid #cccccc;
+  border: 5px solid #cccccc;
   object-fit: cover;
 }
 .el-pager li{

+ 1 - 1
houtai/src/views/tab1/tab1Add.vue

@@ -351,7 +351,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       &>img{
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 1 - 1
houtai/src/views/tab2/tab2Add.vue

@@ -318,7 +318,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       &>img{
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 1 - 1
houtai/src/views/tab3/tab3Add.vue

@@ -325,7 +325,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       &>img{
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 1 - 1
houtai/src/views/tab4/tab4Add.vue

@@ -290,7 +290,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       & > img {
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 1 - 1
houtai/src/views/tab5/tab5Add.vue

@@ -211,7 +211,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       & > img {
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 1 - 1
houtai/src/views/tab6/tab6Add.vue

@@ -317,7 +317,7 @@ export default {
       max-width: 200px;
       max-height: 200px;
       & > img {
-        border: 10px solid #ccc;
+        border: 5px solid #ccc;
       }
     }
     .el-icon-circle-close {

+ 5 - 1
web/src/views/tab4/tab4-1.vue

@@ -88,9 +88,13 @@ export default {
     .alone{
       position: relative;
       cursor: pointer;
-      width: 99%;
+      width: 100%;
       height: 158px;
       margin-bottom: 10px;
+      border: 2px solid #b9412e;
+      &:last-child{
+        margin-bottom: 0;
+      }
       &>img{
         object-fit: cover;
         width: 100%;

+ 3 - 0
web/src/views/tab4/tab4-4.vue

@@ -306,6 +306,9 @@ export default {
       overflow-y: auto;
       border-bottom:none;
       font-size: 16px;
+      /deep/p{
+        margin: 10px 0;
+      }
     }
   }
 }}

+ 8 - 5
web/src/views/tab4/tab4-5.vue

@@ -86,13 +86,13 @@ export default {
     },
     mySearch() {
       // console.log("点击了搜索");
-      if (this.formData.searchKey.trim() === ""){
-        this.myArr=[]
-        this.baseTxt=false
-        return
+      if (this.formData.searchKey.trim() === "") {
+        this.myArr = [];
+        this.baseTxt = false;
+        return;
       }
 
-        // return this.$message.warning("不能为空!");
+      // return this.$message.warning("不能为空!");
       this.formData.pageNum = 1;
       this.studentList(this.formData);
     },
@@ -300,6 +300,9 @@ export default {
         overflow-y: auto;
         border-bottom: none;
         font-size: 16px;
+        /deep/p {
+          margin: 10px 0;
+        }
       }
     }
   }