优化监控中心样式

This commit is contained in:
fks-yangshouda
2024-08-19 15:45:48 +08:00
parent 45d914b16e
commit fbe0796d7d
9 changed files with 113 additions and 37 deletions

View File

@@ -38,7 +38,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>
@@ -228,4 +230,7 @@
td.column-money {
text-align: right !important;
}
::v-deep .ant-table.ant-table-bordered > .ant-table-title {
border: none !important;
}
</style>