修改监控中心样式
修改分组管理样式
This commit is contained in:
@@ -9,11 +9,8 @@
|
||||
margin-top: 0.5%;
|
||||
padding-left: 1.5%;
|
||||
background: #ffffff;
|
||||
font-family: 'PingFang SC';
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
|
||||
letter-spacing: 1.33px;
|
||||
line-height: 21px;
|
||||
">
|
||||
<a-tab-pane key="1" tab="综合数据" />
|
||||
<a-tab-pane key="2" tab="历史数据" />
|
||||
@@ -29,8 +26,8 @@
|
||||
</div>
|
||||
|
||||
<aggregate-data ref="aggregateDataRef" v-if="activeKey == '1'" style="height: 85%" />
|
||||
<history-data ref="historyDataRef" v-if="activeKey == '2'" />
|
||||
<average-data ref="averageDataRef" v-if="activeKey == '3'" />
|
||||
<history-data ref="historyDataRef" v-if="activeKey == '2'" style="height: 90%" />
|
||||
<average-data ref="averageDataRef" v-if="activeKey == '3'" style="height: 85%" />
|
||||
</div>
|
||||
|
||||
<a-modal
|
||||
@@ -451,8 +448,6 @@
|
||||
<style lang="less" scoped>
|
||||
::v-deep .ant-tabs-tab {
|
||||
font-weight: 700; /* 选中标签的加粗 */
|
||||
// font-size: 16px;
|
||||
// letter-spacing: 1.33px;
|
||||
color: #666666 !important;
|
||||
}
|
||||
::v-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
||||
|
Reference in New Issue
Block a user