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