样式调整

This commit is contained in:
2025-12-03 10:23:44 +08:00
parent d393275529
commit 852ae25cc6
3 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<span>···</span>
</div>
</div>
<h1 class="header-title">集团视角数据看板</h1>
<!-- <h1 class="header-title">集团视角数据看板</h1> -->
<div class="header-right">
<div class="date-range-wrapper">
<el-date-picker v-model="dateRange" type="daterange" range-separator="至" start-placeholder="开始日期"
@@ -261,7 +261,7 @@ const router = useRouter()
const route = useRoute()
// 区域选择相关
const currentView = ref('总部')
const currentView = ref('集团')
const regionSelectorVisible = ref(false)
const selectedRegion = ref('')
const regionOption = ref<RegionItem[]>([])
@@ -1431,15 +1431,15 @@ onMounted(async () => {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background: #f3f4f6;
background: #409eff;
border: 1px solid #e5e7eb;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s;
font-size: 14px;
color: #333;
font-size: 16px;
color: white;
user-select: none;
font-weight: 600;
span {
margin-left: 8px;
font-size: 18px;

View File

@@ -11,7 +11,7 @@
<span>···</span>
</div>
</div>
<h1 class="header-title">区域视角数据看板</h1>
<!-- <h1 class="header-title">区域视角数据看板</h1> -->
<div class="header-right">
<div class="date-range-wrapper">
<el-date-picker v-model="dateRange" type="daterange" range-separator="至" start-placeholder="开始日期"

View File

@@ -8,7 +8,7 @@
</el-icon>
<div class="park-name">{{ selectedPark }}</div>
</div>
<h1 class="header-title">园区视角数据看板</h1>
<!-- <h1 class="header-title">园区视角数据看板</h1> -->
<div class="header-right">
<div class="date-range-wrapper">
<el-date-picker v-model="dateRange" type="daterange" range-separator="至" start-placeholder="开始日期"
@@ -1321,7 +1321,7 @@ onMounted(() => {
color: white;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
font-weight: 600;
}
.header-title {