mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-08 04:48:10 +08:00
同步 v8 运行所需的公开静态资源与主题样式,保留目标仓库中需要跟踪的发布产物。 主要内容: - 更新登录页、控制台主题、布局变量和短工具类样式。 - 同步 layui、ckeditor、editor、jquery area 等前端依赖文件。 - 移除 v6 admin/require 静态入口,改为 v8 static/system 资源组织。 - 保留测试依赖的 public/static/theme 编译结果,确保目标仓库可直接验证。
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
@charset "UTF-8";
|
|
@import "_config.less";
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
.layui-layout-theme-black-2 {
|
|
@mainAccent: #393D49;
|
|
@themeAccent: #009988;
|
|
|
|
@iconWidth: 100px !important;
|
|
@mainColor: @mainAccent !important;
|
|
@textColor: @themeAccent !important;
|
|
|
|
#themePalette(@mainAccent, #F5F7FA, #FFFFFF, #F8FAFC, #DCE3EB, #111827, #667085, rgba(57, 61, 73, 0.12));
|
|
|
|
@import (multiple)"_layout_2.less";
|
|
}
|