|
|
@ -13,9 +13,6 @@ |
|
|
|
v-model:value="searchValue" |
|
|
|
style="margin-bottom: 8px; width: 194px" |
|
|
|
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"> |
|
|
|
<a-tree |
|
|
|
v-model:selectedKeys="selectedKeys" |
|
|
@ -37,9 +34,6 @@ |
|
|
|
@search="onSearch" |
|
|
|
@pressEnter="onSearch" /> |
|
|
|
</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"> |
|
|
|
<a-table |
|
|
|
:row-selection="{ |
|
|
@ -388,20 +382,4 @@ |
|
|
|
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> |
|
|
|