Przeglądaj źródła

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

armg 1 tydzień temu
rodzic
commit
6eafc36212

+ 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 {