소스 검색

历史记录按钮+项目选择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 {