Merge pull request 'fix:可疑文件通过未通过样式' (#258) from fix/change_task into test

Reviewed-on: #258
20240420keydown
赵辉 1 year ago
commit 9e359c6a16

@ -696,11 +696,13 @@ watch(() => show.value, async (newVal) => {
返回
</n-button>
<div style="cursor: pointer; margin-left: 16px" @click.stop="rejectHandler">
<SvgIcon width="64" height="28" name="a1" />
<!--<SvgIcon width="64" height="28" name="a1" />-->
<img class="btn-approval btn-left" style="margin-left: 16px" src="@/assets/images/task/btn-not-pass.png" alt="" >
</div>
<SvgIcon size="24" name="vs" />
<div style="cursor: pointer" @click.stop="approvalHandler">
<SvgIcon width="64" height="28" name="a2" />
<!-- <SvgIcon width="64" height="28" name="a2" />-->
<img class="btn-approval" src="@/assets/images/task/btn-pass.png" alt="" >
</div>
</div>
</div>
@ -779,6 +781,11 @@ watch(() => show.value, async (newVal) => {
</template>
<style lang="less" scoped>
.btn-approval{
width: 68px;
height: 28px;
cursor: pointer;
}
.card {
width: 100vw;
height: calc(100vh - 64px);

@ -20,7 +20,7 @@ const showLoginModal = ()=>{
<Content ref="contentRef"/>
<!-- 机器人 -->
<!-- <Robot :canClick="true" @click="showLoginModal"/> -->
<Robot :canClick="true" @click="showLoginModal"/>
</div>
</template>

Loading…
Cancel
Save