Ver Fonte

fix: 修复整体样式问题

周玉环 há 16 horas atrás
pai
commit
705e598dc6

+ 1 - 1
xinkeaboard-web/assets/style/base-en.scss

@@ -1,3 +1,3 @@
 *{
-  font-family: 'Roboto';
+  font-family: 'roboto flex';
 }

+ 2 - 1
xinkeaboard-web/assets/style/member/index.scss

@@ -36,7 +36,8 @@ a:active {
 
 .sld_collect_index {
     float: left;
-    width: 1007px;
+    flex: 1;
+    // width: 1007px;
     margin-left: 10px;
     //font-family: Microsoft YaHei;
     h3 {

+ 1 - 1
xinkeaboard-web/components/MemberTop.vue

@@ -119,7 +119,7 @@ watchEffect(() => {
   width: 100%;
   background: #F6F8FA;
   .sld_member_top_zoom {
-    width: 1210px;
+    width: 1440px;
     margin: 0 auto;
 
     .container {

+ 2 - 1
xinkeaboard-web/layouts/member.vue

@@ -40,7 +40,8 @@ useHead({
         padding-bottom: 10px;
 
         .container {
-            width: 1210px;
+            display: flex;
+            width: 1440px;
             margin: 0 auto;
             padding-left: 0px;
             padding-right: 0px;

+ 1 - 1
xinkeaboard-web/layouts/orderdetail.vue

@@ -25,7 +25,7 @@
         padding-bottom: 10px;
 
         .container {
-            width: 1210px;
+            width: 1440px;
             margin: 0 auto;
             padding-left: 0px;
             padding-right: 0px;