Commit b1941f4b authored by zhengke's avatar zhengke

修改

parent 6f8afadb
......@@ -123,7 +123,7 @@
.lessStuInnerList {
display: flex;
margin: 0 40px;
min-height: 300px;
min-height: 130px;
}
.lessList {
......@@ -357,7 +357,7 @@
</div>
</div>
<!--&&isSigned-->
<q-card-actions align="right" class="bg-white" v-if="isShowSignBtn">
<q-card-actions align="right" class="bg-white" v-if="isShowSignBtn" style="margin-right:45px;">
<q-btn label="取消" flat color="grey-10" style="font-weight:400 !important" @click="isShowSign=false" />
<q-btn label="确认" color="accent q-px-md" style="font-weight:400 !important" @click="saveSign()" />
</q-card-actions>
......
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