armg 3 tygodni temu
rodzic
commit
87344c129c
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      src/styles/index.scss
  2. 1 1
      src/views/AIDesign/index.vue

+ 2 - 2
src/styles/index.scss

@@ -9,9 +9,9 @@ html {
     font-size: 75%;
   }
   // ai设计板块
-  @media screen and (min-width: 900px) {
+ @media screen and (min-width: 700px) {
     .AI-Design-container {
-      max-width: 500px;
+      max-width: 420px;
       padding: 0;
       margin: 0 auto;
       overflow: hidden;

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

@@ -289,7 +289,7 @@ export default class extends Vue {
 
 .new-tab-wrapper {
   width: 100%;
-  height:58px;
+  height:60px;
   margin-bottom: 20px;
   display: flex;
   justify-content: space-between;