优化监控中心样式
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
height: 35%;
|
||||
width: 100%;
|
||||
padding: 2%;
|
||||
box-shadow: 0 0 0 2px rgba(218, 218, 218, 0.5);
|
||||
box-shadow: 0 0 15px rgba(69, 123, 234, 0.2);
|
||||
border-radius: 10px;
|
||||
background: #ffffff;
|
||||
">
|
||||
@@ -59,7 +59,7 @@
|
||||
height: 62%;
|
||||
margin-top: 4%;
|
||||
padding: 2%;
|
||||
box-shadow: 0 0 0 2px rgba(218, 218, 218, 0.5);
|
||||
box-shadow: 0 0 15px rgba(69, 123, 234, 0.2);
|
||||
border-radius: 10px;
|
||||
background: #ffffff;
|
||||
">
|
||||
@@ -127,7 +127,7 @@
|
||||
height: 100%;
|
||||
margin-left: 20px;
|
||||
padding: 1%;
|
||||
box-shadow: 0 0 0 2px rgba(218, 218, 218, 0.5);
|
||||
box-shadow: 0 0 15px rgba(69, 123, 234, 0.2);
|
||||
border-radius: 10px;
|
||||
background: #ffffff;
|
||||
">
|
||||
|
@@ -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