系统样式修改
This commit is contained in:
parent
172a177cc5
commit
4ff08e1109
|
|
@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17;
|
||||||
$base-sub-menu-hover:#001528;
|
$base-sub-menu-hover:#001528;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$base-sidebar-width: 250px;
|
$base-sidebar-width: 320px;
|
||||||
|
|
||||||
// the :export directive is the magic sauce for webpack
|
// the :export directive is the magic sauce for webpack
|
||||||
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,7 @@ export default {
|
||||||
white-space: normal; /* 允许换行 */
|
white-space: normal; /* 允许换行 */
|
||||||
word-break: break-word; /* 长词断行 */
|
word-break: break-word; /* 长词断行 */
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 使行容器自适应高度并顶对齐,兼容多行文本 */
|
/* 使行容器自适应高度并顶对齐,兼容多行文本 */
|
||||||
|
|
|
||||||
|
|
@ -278,6 +278,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-label {
|
.node-label {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue