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="ubi-hear">
|
||||
<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 style="max-height:600px;overflow-y:auto;padding-right:50px">
|
||||
<div class="Ubi-hist">
|
||||
@@ -501,15 +501,18 @@
|
||||
padding:26px 40px;
|
||||
display:flex;
|
||||
}
|
||||
|
||||
.ubi-hear{
|
||||
height: 40px;
|
||||
button{
|
||||
width: 140px;
|
||||
height: 40px;
|
||||
margin-right:30px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(153,153,153,0.35);
|
||||
float: right;
|
||||
}
|
||||
|
||||
span{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user