mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-11 09:05:51 +08:00
fix: Disable button when clearing cache and selecting size 0B (#9349)
This commit is contained in:
parent
22d8fb7867
commit
4da9a84363
1 changed files with 6 additions and 1 deletions
|
@ -144,7 +144,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="large_button">
|
||||
<el-button type="primary" size="large" @click="onSubmitClean">
|
||||
<el-button
|
||||
type="primary"
|
||||
size="large"
|
||||
:disabled="selectSize <= 0"
|
||||
@click="onSubmitClean"
|
||||
>
|
||||
{{ $t('clean.clean') }}
|
||||
</el-button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue