From 75ebdf431a1251fa0e0b1125f438992646e0e97b Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 02 Apr 2025 16:48:27 +0800 Subject: [PATCH] 数据控制器基类优化,跨页通讯支持发送给原地重开的新页,上一页支持通知所有前页 --- common/custom.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index c1c4ec4..a78ea0f 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -176,6 +176,11 @@ &:last-child { color: $colorStress; } + &[disabled] { + color: #fff; + background-color: #e6e6e6; + pointer-events: none; + } } } } -- Gitblit v1.9.1