feat(layout): rm mask

This commit is contained in:
woody 2025-04-21 18:00:14 +08:00
parent 47f344195e
commit 010d65af5b
2 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,11 @@
:class="classObj"
class="app-wrapper"
>
<div
<!-- <div
v-if="device === 'mobile' && sidebar.opened"
class="drawer-bg"
@click="handleClickOutside"
/>
/> -->
<div class="top_notice">
<div class="kuang" @click="ucenterTap">
<img

View File

@ -47,11 +47,11 @@
size="small"
class="my_search"
@click="getDataList"
> {{ '搜索' }}</el-button>
> 搜索</el-button>
<el-button
class="my_reset"
@click="reset"
> {{ '重置' }}</el-button>
> 重置</el-button>
</el-col>
</el-row>
@ -140,7 +140,6 @@
import * as api from '@/api/settle.js'
import { isLocalSymbol, stateFormat, toThousandthAndKeepDecimal } from '@/utils/numberToCurrency'
import { mapGetters } from 'vuex'
import dayjs from 'dayjs'
import { getBeforeDays } from '@/utils/date'
export default {
name: 'BonusExpansionDelay',