样式暂时确认版本

This commit is contained in:
2026-03-27 18:08:08 +08:00
parent 6244c7ac0a
commit 6e07cab51f
50 changed files with 106 additions and 1141 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<template>
<ChartCard margin="30rpx 0 0 0" title="人员报验、培训及交底数">
<view class="education u-flex">
<view class="education u-flex u-row-between">
<view class="education-box">
<view class="education-box-lab">人员报验数</view>
<view class="education-box-num u-margin-top-20">800</view>
@@ -25,7 +25,6 @@ import ChartCard from '@/components/chartCard.vue';
.education {
width: 100%;
&-box {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;