From cda0854ab1b44924cf3f7175bd7b1a62ce172d6e Mon Sep 17 00:00:00 2001 From: liweijie Date: Tue, 22 Sep 2026 15:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=AD=A6=E5=9C=BA=E5=9C=B0=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=9D=A1=E6=8C=89=E4=B8=A4=E8=A1=8C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/teachBusiness/venue/index.vue | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/teachBusiness/venue/index.vue b/frontend/src/views/teachBusiness/venue/index.vue index 4b2fc8d3..17469125 100644 --- a/frontend/src/views/teachBusiness/venue/index.vue +++ b/frontend/src/views/teachBusiness/venue/index.vue @@ -76,11 +76,17 @@ - + @@ -584,6 +590,24 @@ export default { text-align: right; } } + + .venue-actions { + display: flex; + flex-direction: column; + align-items: center; + white-space: normal; + + .venue-action-row { + display: flex; + align-items: center; + justify-content: center; + white-space: nowrap; + } + + .venue-action-row + .venue-action-row { + margin-top: 2px; + } + } } .number-unit-field {