@@ -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;
@@ -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;