From 9ed63131e87df9fc45c35f445a24506ae662d23c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 06 三月 2026 09:55:25 +0800
Subject: [PATCH] 更改头部
---
admin/src/views/index.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/admin/src/views/index.vue b/admin/src/views/index.vue
index 80f2190..eef03a9 100644
--- a/admin/src/views/index.vue
+++ b/admin/src/views/index.vue
@@ -100,7 +100,7 @@
</div>
<div class="wrap static2">
<div class="header">
-<!-- <div class="home_title">闀挎湡鐩稿叧鏂瑰垎甯�</div>-->
+ <!-- <div class="home_title">闀挎湡鐩稿叧鏂瑰垎甯�</div>-->
<el-radio-group v-model="tabPosition" @change="changeType">
<el-radio-button label="right">鍐呴儴浜哄憳鍒嗗竷</el-radio-button>
<el-radio-button label="top">闀挎湡鐩稿叧鏂瑰垎甯�</el-radio-button>
@@ -432,9 +432,9 @@
type: 'warning'
}).then(() => {
level(id)
- .then(res => {
- this.getWarningList()
- })
+ .then(res => {
+ this.getWarningList()
+ })
}).catch(() => {
})
@@ -611,11 +611,11 @@
itemStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
- 1, 0, 0, 0,
- [
- { offset: 0, color: '#56abf8' },
- { offset: 1, color: '#407ff0' }
- ]
+ 1, 0, 0, 0,
+ [
+ { offset: 0, color: '#56abf8' },
+ { offset: 1, color: '#407ff0' }
+ ]
)
// barBorderRadius: [0, 10, 10, 0]
}
@@ -718,11 +718,11 @@
itemStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
- 1, 0, 0, 0,
- [
- { offset: 0, color: '#56abf8' },
- { offset: 1, color: '#407ff0' }
- ]
+ 1, 0, 0, 0,
+ [
+ { offset: 0, color: '#56abf8' },
+ { offset: 1, color: '#407ff0' }
+ ]
)
// barBorderRadius: [0, 10, 10, 0]
}
--
Gitblit v1.9.3