|
|
@ -328,7 +328,7 @@ const indeterminate = computed(() => {
|
|
|
|
<div class="left">
|
|
|
|
<div class="left">
|
|
|
|
<n-input placeholder="搜索关键字">
|
|
|
|
<n-input placeholder="搜索关键字">
|
|
|
|
<template #suffix>
|
|
|
|
<template #suffix>
|
|
|
|
<SvgIcon size="14px" name="magnifying-1" color="#999999" />
|
|
|
|
<SvgIcon size="16" name="magnifying-1-color999" color="#999999" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</n-input>
|
|
|
|
</n-input>
|
|
|
|
<div class="draggable-ul left-wrap">
|
|
|
|
<div class="draggable-ul left-wrap">
|
|
|
@ -374,7 +374,7 @@ const indeterminate = computed(() => {
|
|
|
|
<div style="height:477px; border: 1px solid #cad2dd !important;; overflow:auto">
|
|
|
|
<div style="height:477px; border: 1px solid #cad2dd !important;; overflow:auto">
|
|
|
|
<n-input placeholder="搜索关键字">
|
|
|
|
<n-input placeholder="搜索关键字">
|
|
|
|
<template #suffix>
|
|
|
|
<template #suffix>
|
|
|
|
<SvgIcon size="14px" name="magnifying-1" />
|
|
|
|
<SvgIcon size="16" name="magnifying-1-color999" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</n-input>
|
|
|
|
</n-input>
|
|
|
|
<div class="drag-wrapper">
|
|
|
|
<div class="drag-wrapper">
|
|
|
@ -452,7 +452,7 @@ const indeterminate = computed(() => {
|
|
|
|
<n-button style="background-color: #507afd;width: 72px;height: 38px;" type="info" @click="handleSumbit">
|
|
|
|
<n-button style="background-color: #507afd;width: 72px;height: 38px;" type="info" @click="handleSumbit">
|
|
|
|
确定
|
|
|
|
确定
|
|
|
|
</n-button>
|
|
|
|
</n-button>
|
|
|
|
<n-button secondary style="margin-left: 15px ;width: 72px;height: 38px;" @click="closeModal">
|
|
|
|
<n-button secondary style="margin-left: 15px ;width: 72px;height: 38px;background:#ffffff" @click="closeModal">
|
|
|
|
取消
|
|
|
|
取消
|
|
|
|
</n-button>
|
|
|
|
</n-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|