优化监控中心样式
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
:scroll="{ x: 3000, y: 440 }">
|
||||
<template #title>
|
||||
<div
|
||||
style="display: flex; align-items: center; justify-content: space-between; width: 100%">
|
||||
style="
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
border-top: 0 !important;
|
||||
">
|
||||
<div style="display: flex; align-items: center; width: 85%">
|
||||
<div style="width: 10%"
|
||||
><ns-icon name="title" size="11" style="margin-right: 3px" />数据报表</div
|
||||
@@ -53,7 +59,9 @@
|
||||
查询
|
||||
</a-button>
|
||||
</div>
|
||||
<a-button type="primary"> 导出 </a-button>
|
||||
<a-button type="primary" style="position: absolute; right: 40px; top: -45px">
|
||||
导出
|
||||
</a-button>
|
||||
</div>
|
||||
</template>
|
||||
</a-table>
|
||||
@@ -370,4 +378,7 @@
|
||||
td.column-money {
|
||||
text-align: right !important;
|
||||
}
|
||||
::v-deep .ant-table.ant-table-bordered > .ant-table-title {
|
||||
border: none !important;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user