fix:根据UI修改页面
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
@@ -521,6 +521,6 @@
|
|||||||
:deep(.ant-form-item-label) {
|
:deep(.ant-form-item-label) {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 23%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
:deep(.ant-form-item-label) {
|
:deep(.ant-form-item-label) {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 23%;
|
width: 20%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="600"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
:cancel="handleClose"
|
:cancel="handleClose"
|
||||||
|
@@ -13,9 +13,6 @@
|
|||||||
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"
|
||||||
@@ -37,9 +34,6 @@
|
|||||||
@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="{
|
||||||
@@ -388,20 +382,4 @@
|
|||||||
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>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="550"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="550"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="520"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ns-drawer
|
<ns-drawer
|
||||||
v-model:visible="visible"
|
v-model:visible="visible"
|
||||||
width="550"
|
width="562px"
|
||||||
:title="' '"
|
:title="' '"
|
||||||
:footer-style="{ textAlign: 'right' }"
|
:footer-style="{ textAlign: 'right' }"
|
||||||
:ok="btnClick"
|
:ok="btnClick"
|
||||||
|
Reference in New Issue
Block a user