From a8cef4b919a7f5d9fe180ac9c62b1a894c9be7c1 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 11 三月 2026 08:47:36 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index e6fd9eb..c6dfc9a 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -50,6 +50,8 @@
will-change: width;
transition: width 0.22s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.22s ease;
+ -webkit-user-select: none;
+ user-select: none;
}
.layout-aside.is-animating {
@@ -124,6 +126,8 @@
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.08);
color: #fff;
+ -webkit-user-select: text;
+ user-select: text;
}
.aside-search .el-input__inner::placeholder {
@@ -415,6 +419,8 @@
background: #fff;
border-bottom: 1px solid #e8edf5;
box-sizing: border-box;
+ -webkit-user-select: none;
+ user-select: none;
}
.page-tabs {
@@ -433,6 +439,8 @@
.page-tabs .el-tabs__item {
height: 38px;
line-height: 38px;
+ -webkit-user-select: none;
+ user-select: none;
}
.tabs-tools {
@@ -441,6 +449,8 @@
gap: 8px;
padding-bottom: 6px;
flex-shrink: 0;
+ -webkit-user-select: none;
+ user-select: none;
}
.content-main {
--
Gitblit v1.9.1