瀏覽代碼

Merge branch 'master' of http://47.103.92.60:3003/skyversation/qp_onemap_ui

ximinghao 3 周之前
父節點
當前提交
b90b89e717
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      src/views/Sksjgl.vue

+ 3 - 4
src/views/Sksjgl.vue

@@ -251,8 +251,8 @@ export default {
 
             .process-content-item {
                 /* 核心:每行2个,扣除gap间距 */
-                width: calc(50% - 40px);
-                height: 400px;
+                width: calc(50vw - 190px);
+                // height: 400px;
                 // background: #f0f8ff;
                 // border: 1px solid #409eff;
                 display: flex;
@@ -267,7 +267,7 @@ export default {
 
                     .pictrue {
                         width: 100%;
-                        height: 361px;
+                        height: 20vw;
                         border-radius: 8px;
                         transition: all 0.3s ease;
                     }
@@ -291,7 +291,6 @@ export default {
         }
     }
 
-
     .time-space-operator-lib {
         background-color: #1e407c;
         color: #fff;