Commit b3896165 authored by 黄奎's avatar 黄奎
parents 6c005ad4 e006358b
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
color: #000; color: #000;
width: 193px; width: 193px;
text-align: center; text-align: center;
z-index: -99;
padding: 10px; padding: 10px;
position:absolute;
left:0px;
top:0px;
z-index:-1;
} }
.courserefund_Div>div { .courserefund_Div>div {
...@@ -21,7 +24,7 @@ ...@@ -21,7 +24,7 @@
<div>您的退款协议《{{ProtocolNum}}</div> <div>您的退款协议《{{ProtocolNum}}</div>
<div>请长按识别二维码,查阅并签字</div> <div>请长按识别二维码,查阅并签字</div>
</div> </div>
<q-table :pagination="pageMsg" :loading="loading" style="margin-top:-251px" no-data-label="暂无相关数据" flat <q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-column-table" separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name"> class="sticky-column-table" separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name">
<template v-slot:top="props"> <template v-slot:top="props">
<div class="col-2 q-table__title">退课协议</div> <div class="col-2 q-table__title">退课协议</div>
......
...@@ -122,13 +122,6 @@ ...@@ -122,13 +122,6 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
.comTop {
margin-top: 10px;
}
.conUnderLine {
text-decoration: underline;
}
.CanvasDiv { .CanvasDiv {
width: 100%; width: 100%;
......
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