Commit 8b28f74f authored by chenqikuai's avatar chenqikuai

save

parent 404dc81b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
show-overflow-tooltip show-overflow-tooltip
> >
<template #pass_name="props"> <template #pass_name="props">
<div class="overflow-hidden overflow-ellipsis" @click="toProve(props)"> <div class="overflow-hidden overflow-ellipsis cursor-pointer" @click="toProve(props)">
{{ props.pass_name }} {{ props.pass_name }}
</div> </div>
</template> </template>
......
...@@ -51,7 +51,7 @@ h1 { ...@@ -51,7 +51,7 @@ h1 {
.dialog-btn { .dialog-btn {
} }
.select-box { .select-box {
margin: 66px 0 60px 68px; margin: 0px 0 0px 68px;
} }
.select-box label { .select-box label {
width: 160px; width: 160px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment