系统样式修改

This commit is contained in:
cwchen 2025-09-22 10:10:23 +08:00
parent 172a177cc5
commit 4ff08e1109
3 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17;
$base-sub-menu-hover:#001528;
*/
$base-sidebar-width: 250px;
$base-sidebar-width: 320px;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

View File

@ -280,6 +280,7 @@ export default {
white-space: normal; /* 允许换行 */
word-break: break-word; /* 长词断行 */
line-height: 20px;
font-size: 14px;
}
/* 使行容器自适应高度并顶对齐,兼容多行文本 */

View File

@ -278,6 +278,7 @@ export default {
width: 100%;
min-height: 20px;
padding: 1px 0;
font-size: 14px;
}
.node-label {