From a971d0c13ab9cd5107152f6eba5e1e724a37fa0b Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 07 六月 2024 17:20:31 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/pages/territory/territory.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/pages/territory/territory.vue b/src/pages/territory/territory.vue index 8b1da9c..0f7c3fa 100644 --- a/src/pages/territory/territory.vue +++ b/src/pages/territory/territory.vue @@ -983,4 +983,12 @@ opacity: 0; } } */ + +::v-deep .cleanupBtn{ + right: 60px !important; +} + +::v-deep .widget_input{ + min-width: 240px !important; +} </style> -- Gitblit v1.9.1