fix:图鉴小图片蒙层,一键查重弹框位置 #284

Merged
zhaohui merged 1 commits from fix/change_task into test 1 year ago

@ -1050,6 +1050,7 @@ defineExpose({
flex-direction: column;
box-sizing: border-box;
margin-left: 16px;
margin-right: 16px;
width: 100%;
&-header {

@ -14,7 +14,7 @@ const isFold = ref(false);
const router = useRouter();
const cardStyle = {
width: "29vw",
width: "357px",
"--n-padding-bottom": "10px",
"--n-padding-left": "10px",
};
@ -58,8 +58,8 @@ defineExpose({
v-if="show"
style="
position: fixed;
right: 0;
bottom: 0;
right: 16px;
bottom: 16px;
float: left;
z-index: 999;
width: 360px;

@ -939,7 +939,8 @@ defineExpose({
<SvgIcon name="no-pass-icon" style="width: 52; height: 24px" />
</div>
<div v-show="overTask && overTask.id === item.id" class="action">
<div v-show="overTask && overTask.id === item.id" class="action"
:style="item?.historyStates === 2||item?.historyStates ===3?'background:transparent':''">
<SvgIcon
v-if="item.historyStates === 1"
style="cursor: pointer; margin-left: 10px"

Loading…
Cancel
Save