优化监控中心样式
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div style="background: #f2f6fd; width: 100%; height: 100%">
|
||||
<div style="width: 100%; height: 100%">
|
||||
<div style="display: flex">
|
||||
<a-tabs v-model:activeKey="activeKey" style="height: 5%; width: 100%; background: #ffffff">
|
||||
<a-tabs
|
||||
v-model:activeKey="activeKey"
|
||||
style="height: 5%; width: 100%; margin-top: 0.5%; background: #ffffff">
|
||||
<a-tab-pane key="1" tab="综合数据" />
|
||||
<a-tab-pane key="2" tab="历史数据" />
|
||||
<a-tab-pane key="3" tab="平均数据" />
|
||||
|
Reference in New Issue
Block a user