添加短信猫

This commit is contained in:
王子琦
2026-01-13 11:43:09 +08:00
parent 2aacf2c79d
commit fab12860a7
4 changed files with 49 additions and 3 deletions

View File

@@ -194,6 +194,7 @@
class="home__danger-text"
type="text"
size="mini"
:loading="isDeleting(scope.row)"
:disabled="isSaving(scope.row) || isDeleting(scope.row)"
>
@@ -611,6 +612,7 @@ export default {
.home__danger-text {
color: #f56c6c;
margin-left: 10px;
}
:global(.home__message-box--mobile-center) {