Merge pull request 'fix:图鉴小图片蒙层,一键查重弹框位置' (#284) from fix/change_task into test

Reviewed-on: #284
pull/285/head
赵辉 1 year ago
commit 9750f1b554

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

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

@ -939,7 +939,8 @@ defineExpose({
<SvgIcon name="no-pass-icon" style="width: 52; height: 24px" /> <SvgIcon name="no-pass-icon" style="width: 52; height: 24px" />
</div> </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 <SvgIcon
v-if="item.historyStates === 1" v-if="item.historyStates === 1"
style="cursor: pointer; margin-left: 10px" style="cursor: pointer; margin-left: 10px"

Loading…
Cancel
Save