From 280676ca3824a3d7b273d9b962cb05de803539b7 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 18 Apr 2025 05:29:07 +0000 Subject: [PATCH] * [misc] code for stage style. --- module/programplan/css/create.ui.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/programplan/css/create.ui.css b/module/programplan/css/create.ui.css index 12109e9ba3..9489b4f9bc 100644 --- a/module/programplan/css/create.ui.css +++ b/module/programplan/css/create.ui.css @@ -6,4 +6,6 @@ tr.disabled td[data-name="enabled"] .switch label{filter: unset;} .max-w-100px {max-width: 100px; overflow: hidden;} .disabled, .disabled * {pointer-events: none; opacity: 0.8;} .disabled [data-name="enabled"] {pointer-events: all; cursor: pointer !important;} -button.disabled {opacity: 0.5;} \ No newline at end of file +button.disabled {opacity: 0.5;} +td[data-name="enabled"] {vertical-align: top !important;} +td[data-name="enabled"] .switch {margin-top: 5px;} \ No newline at end of file