mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
Merge branch '250213-prod-master_1202-gx' into test20250220
This commit is contained in:
@@ -64,10 +64,10 @@
|
||||
<a-button v-if="checkMenu('lecturerSummaryExport')" class="resetbtn" @click="handleFeeMonthly" type="primary">
|
||||
<UploadOutlined />导出
|
||||
</a-button>
|
||||
<a-button v-if="checkMenu('lecturerMonthDown')" class="resetbtn" @click="handleFeeMonthlyDown" type="primary">
|
||||
<a-button v-if="checkMenu('lecturerMonthDown')" class="resetbtn-mo" @click="handleFeeMonthlyDown" type="primary">
|
||||
<UploadOutlined />讲师月度费用下载
|
||||
</a-button>
|
||||
<a-button v-if="checkMenu('lecturerMonthDetailDown')" class="resetbtn" @click="handleFeeMonthlyDetail" type="primary">
|
||||
<a-button v-if="checkMenu('lecturerMonthDetailDown')" class="resetbtn-mo" @click="handleFeeMonthlyDetail" type="primary">
|
||||
<UploadOutlined />讲师费用详情下载
|
||||
</a-button>
|
||||
</div>
|
||||
@@ -1140,6 +1140,18 @@ export default {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.resetbtn-mo {
|
||||
width: 200px;
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: 14px;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
//展开收起样式
|
||||
.moreidbtn {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user