af-mobile-client-vue3 1.4.18 → 1.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -200,7 +200,7 @@ const webMobileConfig = useSettingStore().getSetting()
|
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
<!-- 工作统计 -->
|
|
203
|
-
<div class="stats-card">
|
|
203
|
+
<!-- <div class="stats-card">
|
|
204
204
|
<div class="stats-grid">
|
|
205
205
|
<div class="stat-item">
|
|
206
206
|
<div class="stat-value">
|
|
@@ -227,7 +227,7 @@ const webMobileConfig = useSettingStore().getSetting()
|
|
|
227
227
|
</div>
|
|
228
228
|
</div>
|
|
229
229
|
</div>
|
|
230
|
-
</div>
|
|
230
|
+
</div> -->
|
|
231
231
|
|
|
232
232
|
<!-- 功能列表 -->
|
|
233
233
|
<div class="menu-card">
|
|
@@ -361,6 +361,8 @@ const webMobileConfig = useSettingStore().getSetting()
|
|
|
361
361
|
font-weight: 600;
|
|
362
362
|
color: #333;
|
|
363
363
|
margin: 0 0 4px 0;
|
|
364
|
+
display: flex;
|
|
365
|
+
align-items: center;
|
|
364
366
|
}
|
|
365
367
|
.upload-status-tag {
|
|
366
368
|
display: inline-block;
|