liuqiao 2 年之前
父节点
当前提交
45385776bd
共有 2 个文件被更改,包括 19 次插入5 次删除
  1. 18 4
      src/views/index/HCFDLab/index.vue
  2. 1 1
      src/views/indexLayout/index.vue

+ 18 - 4
src/views/index/HCFDLab/index.vue

@@ -3745,7 +3745,7 @@ if(val==true){
           lesseeId:this.$store.getters.lesseeId,
           lesseeId:this.$store.getters.lesseeId,
         }
         }
         request(params)
         request(params)
-          .then((res) => { 
+          .then((res) => {  
               Message({
               Message({
           type: "success",
           type: "success",
           message: "保存成功",
           message: "保存成功",
@@ -3892,8 +3892,8 @@ html,body{
 .imgzong{
 .imgzong{
      display: flex;
      display: flex;
     padding-top: 4px;
     padding-top: 4px;
-     flex-wrap:wrap;
-   
+       overflow: auto;
+    white-space: nowrap;
   .el-image{
   .el-image{
       width:30px;
       width:30px;
       vertical-align: middle;
       vertical-align: middle;
@@ -3901,6 +3901,21 @@ html,body{
   }  
   }  
     
     
 }
 }
+.imgzong::-webkit-scrollbar {/*滚动条整体样式*/
+        width:4px;/*高宽分别对应横竖滚动条的尺寸*/
+        height:4px;
+}
+.imgzong::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
+        border-radius:5px;
+        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
+        background:rgba(0,0,0,0.2);  /*设置滚动条颜色*/
+}
+.imgzong::-webkit-scrollbar-track {/*滚动条里面轨道*/
+        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
+        border-radius:0;
+       // background:rgba(255,255,255,0.1);
+       background:rgba(255,255,255,0);
+}
 .item1,.item2{
 .item1,.item2{
   cursor: pointer;
   cursor: pointer;
 }
 }
@@ -3947,7 +3962,6 @@ html,body{
             height:92px;
             height:92px;
             margin: 5px;
             margin: 5px;
             padding: 2px 6px 2px 2px;
             padding: 2px 6px 2px 2px;
-            overflow: hidden;
    
    
   .el-image{
   .el-image{
       width:18px;
       width:18px;

+ 1 - 1
src/views/indexLayout/index.vue

@@ -19,7 +19,7 @@
             "
             "
             src="../../../assets/sourceFile/starry-sky.png"
             src="../../../assets/sourceFile/starry-sky.png"
           />
           />
-          <img
+          <img 
             v-else
             v-else
             src="../../../assets/sourceFile/workbench/physics-bg.png"
             src="../../../assets/sourceFile/workbench/physics-bg.png"
           /> -->
           /> -->