Browse Source

feat:init

余尚辉 9 months ago
parent
commit
1139ddd03e
2 changed files with 7 additions and 0 deletions
  1. 1 0
      src/views/screen/components/gongyi.vue
  2. 6 0
      src/views/screen/components/shuizhi.vue

+ 1 - 0
src/views/screen/components/gongyi.vue

@@ -66,6 +66,7 @@ const toGongyi = (item) => {
       align-items: center;
       color: rgba(65, 91, 115, 1);
       cursor: pointer;
+      font-size: 1.4rem;
 
       >span {
         flex: 1;

+ 6 - 0
src/views/screen/components/shuizhi.vue

@@ -81,6 +81,7 @@ defineProps({
       display: flex;
       align-items: center;
       flex-direction: column;
+      overflow: hidden;
 
       .cicle {
         height: 5.2rem;
@@ -99,6 +100,11 @@ defineProps({
         font-size: 1.2rem;
         line-height: 1.8rem;
         color: #466993;
+        width: 100%;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
+        text-align: center;
       }
     }
   }