通过
@@ -307,7 +308,8 @@ defineExpose({
style="
width:72px;
height:38px;
- background-color: #FF4E4F;"
+ background-color: #FF4E4F;
+ margin-right:16px"
@click="nopassfun"
>
不通过
@@ -317,10 +319,10 @@ defineExpose({
style="
width:72px;
height:38px;
- position: absolute;
+
border: 1px solid #cad2dd;
color:black;
- right: 36px;" @click="closeModal"
+ " @click="closeModal"
>
取消
@@ -343,7 +345,7 @@ defineExpose({
height: 1px;
width: 1200px;
position: absolute;
- bottom: 83px;
+ bottom: 69px;
left: 0px;
}
.big-mark {
@@ -549,8 +551,11 @@ padding-top: 24px;
margin-bottom:0px;
display: flex;
float: right;
- margin-right: 90px;
justify-content: space-between;
+ position: absolute;
+ bottom: 16px;
+ right: 115px;
+ justify-content: space-around;
}
::v-deep(.n-card.n-card--content-segmented > .n-card__content:not(:first-child)) {
@@ -599,6 +604,9 @@ padding-top: 24px;
::v-deep(.n-card__content){
padding: 0 32px !important;
}
+::v-deep(.n-divider--no-title){
+ display: none;
+}
.btn3{
border: 1px solid #cad2dd !important;
color: black;
diff --git a/src/views/worksheet/modal/CustomFieldModal.vue b/src/views/worksheet/modal/CustomFieldModal.vue
index 3138d54..94894d7 100644
--- a/src/views/worksheet/modal/CustomFieldModal.vue
+++ b/src/views/worksheet/modal/CustomFieldModal.vue
@@ -318,16 +318,17 @@ const indeterminate = computed(() => {
字段信息