mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
修改"导出记录"按钮边界。
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="myubi">
|
<div class="myubi">
|
||||||
<div class="ubi-hear">
|
<div class="ubi-hear">
|
||||||
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则 <i class="el-icon-arrow-right"></i> </span>
|
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则 <i class="el-icon-arrow-right"></i> </span>
|
||||||
<el-button icon="el-icon-search" @click="exportRecord()">导出记录</el-button>
|
<el-button @click="exportRecord()">导出记录</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div style="max-height:600px;overflow-y:auto;padding-right:50px">
|
<div style="max-height:600px;overflow-y:auto;padding-right:50px">
|
||||||
<div class="Ubi-hist">
|
<div class="Ubi-hist">
|
||||||
@@ -501,15 +501,18 @@
|
|||||||
padding:26px 40px;
|
padding:26px 40px;
|
||||||
display:flex;
|
display:flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ubi-hear{
|
.ubi-hear{
|
||||||
height: 40px;
|
height: 40px;
|
||||||
button{
|
button{
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
margin-right:30px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgba(153,153,153,0.35);
|
border: 1px solid rgba(153,153,153,0.35);
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
span{
|
span{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user