fix:修改页面
This commit is contained in:
@@ -13,6 +13,9 @@
|
|||||||
v-model:value="searchValue"
|
v-model:value="searchValue"
|
||||||
style="margin-bottom: 8px; width: 194px"
|
style="margin-bottom: 8px; width: 194px"
|
||||||
placeholder="请输入关键字" />
|
placeholder="请输入关键字" />
|
||||||
|
<!-- <img
|
||||||
|
style="width: 100%; height: 2px"
|
||||||
|
src="https://files.axshare.com/gsc/4T0UQR/7e/5d/a2/7e5da2a277344db8af30521cefeb70cc/images/告警设置/u150.svg?pageId=1f58c1ba-b461-4fe8-a2b3-295f1e7b0aa0" /> -->
|
||||||
<div style="width: 100%; height: 420px; overflow-y: auto">
|
<div style="width: 100%; height: 420px; overflow-y: auto">
|
||||||
<a-tree
|
<a-tree
|
||||||
v-model:selectedKeys="selectedKeys"
|
v-model:selectedKeys="selectedKeys"
|
||||||
@@ -34,6 +37,9 @@
|
|||||||
@search="onSearch"
|
@search="onSearch"
|
||||||
@pressEnter="onSearch" />
|
@pressEnter="onSearch" />
|
||||||
</div>
|
</div>
|
||||||
|
<!-- <img
|
||||||
|
style="width: 100%; height: 2px"
|
||||||
|
src="https://files.axshare.com/gsc/4T0UQR/7e/5d/a2/7e5da2a277344db8af30521cefeb70cc/images/告警设置/u150.svg?pageId=1f58c1ba-b461-4fe8-a2b3-295f1e7b0aa0" /> -->
|
||||||
<div style="width: 100%; height: 455px; overflow-y: hidden; padding: 12px 0">
|
<div style="width: 100%; height: 455px; overflow-y: hidden; padding: 12px 0">
|
||||||
<a-table
|
<a-table
|
||||||
:row-selection="{
|
:row-selection="{
|
||||||
@@ -382,4 +388,20 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// :deep(.ant-pagination-prev) {
|
||||||
|
// border: 1px solid rgba(207, 212, 219, 1) !important;
|
||||||
|
// margin-right: 6px !important;
|
||||||
|
// }
|
||||||
|
// :deep(.ant-pagination-next) {
|
||||||
|
// border: 1px solid rgba(207, 212, 219, 1) !important;
|
||||||
|
// margin-left: 6px !important;
|
||||||
|
// }
|
||||||
|
// :deep(.ant-modal .ns-modal-boxs .ant-modal-header .ant-modal-title) {
|
||||||
|
// font-size: 16px !important;
|
||||||
|
// font-weight: 500 !important;
|
||||||
|
// letter-spacing: 0 !important;
|
||||||
|
// line-height: 24px !important;
|
||||||
|
// color: rgba(51, 51, 51, 1) !important;
|
||||||
|
// margin: 0 16px !important;
|
||||||
|
// }
|
||||||
</style>
|
</style>
|
||||||
|
@@ -231,10 +231,12 @@
|
|||||||
:deep(.ant-pagination-prev) {
|
:deep(.ant-pagination-prev) {
|
||||||
background-color: rgba(0, 0, 0, 1) !important;
|
background-color: rgba(0, 0, 0, 1) !important;
|
||||||
border: 1px solid rgba(147, 200, 243, 1) !important;
|
border: 1px solid rgba(147, 200, 243, 1) !important;
|
||||||
|
margin-right: 6px !important;
|
||||||
}
|
}
|
||||||
:deep(.ant-pagination-next) {
|
:deep(.ant-pagination-next) {
|
||||||
background-color: rgba(0, 0, 0, 1) !important;
|
background-color: rgba(0, 0, 0, 1) !important;
|
||||||
border: 1px solid rgba(147, 200, 243, 1) !important;
|
border: 1px solid rgba(147, 200, 243, 1) !important;
|
||||||
|
margin-left: 6px !important;
|
||||||
}
|
}
|
||||||
:deep(.anticon) {
|
:deep(.anticon) {
|
||||||
color: rgba(12, 140, 246, 1) !important;
|
color: rgba(12, 140, 246, 1) !important;
|
||||||
|
Reference in New Issue
Block a user