فهرست منبع

增加字段名

吴sir 3 ماه پیش
والد
کامیت
0d0b4042e0
2فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 0 1
      src/views/flowPool/index.vue
  2. 6 1
      src/views/lotCard/cardList/index.vue

+ 0 - 1
src/views/flowPool/index.vue

@@ -231,7 +231,6 @@ silent-expire-alarm {
 .search-section {
   margin-bottom: 20px;
 }
-
 .audit-btn {
   margin-bottom: 10px;
 }

+ 6 - 1
src/views/lotCard/cardList/index.vue

@@ -7,6 +7,7 @@
     </div>
 
     <div class="SynchronousData">
+      <div class="title">因运营商的流量消耗数据存在延时,查看实时数据请点击【同步最新流量】按钮      </div>
       <!-- 同步数据 -->
       <a-button type="primary" @click="syncData">同步数据</a-button>
     </div>
@@ -168,8 +169,12 @@ onMounted(async () => {
 
 .SynchronousData{
   display: flex;
-  justify-content: flex-end;
+  justify-content: space-between;
   margin-bottom: 20px;
+  .title{
+     font-size: 16px;
+     color: #d1402f;
+  }
 }
 
 .top-actions {