浏览代码

历史记录按钮+项目选择pc端宽度限制

armg 1 周之前
父节点
当前提交
6eafc36212
共有 3 个文件被更改,包括 3 次插入1 次删除
  1. 1 1
      src/styles/index.scss
  2. 1 0
      src/views/AIDesign/diagnoseHistory.vue
  3. 1 0
      src/views/AIDesign/history.vue

+ 1 - 1
src/styles/index.scss

@@ -17,7 +17,7 @@ html {
       margin: 0 auto;
       overflow: hidden;
       width: 100%;
-      .header{
+      .header,.van-popup--bottom,.van-overlay{
         max-width: 420px!important;
         left:calc(50% - 210px)!important;
       }

+ 1 - 0
src/views/AIDesign/diagnoseHistory.vue

@@ -422,6 +422,7 @@ export default class Resout extends Vue {
 
 .image-groups {
     flex: 1;
+    padding-top:15px;
 }
 
 .image-group {

+ 1 - 0
src/views/AIDesign/history.vue

@@ -417,6 +417,7 @@ export default class Resout extends Vue {
 
 .image-groups {
   flex: 1;
+  padding-top:15px;
 }
 
 .image-group {