2023-10-13 08:11:54 +00:00
|
|
|
:root {
|
|
|
|
|
--el-color-primary: rgba(51, 112, 255, 1);
|
2023-10-16 10:58:51 +00:00
|
|
|
--app-layout-bg-color: #f3f5f6;
|
2023-10-13 08:11:54 +00:00
|
|
|
--app-base-text-color: rgba(31, 35, 41, 1);
|
|
|
|
|
--app-base-text-font-size: 14px;
|
|
|
|
|
--app-base-text-hover-color: rgba(51, 112, 255, 1);
|
|
|
|
|
--app-base-text-hover-bg-color: rgba(51, 112, 255, 0.1);
|
|
|
|
|
--app-base-action-text-color: var(--app-base-text-hover-color);
|
|
|
|
|
/** header 组件 */
|
|
|
|
|
--app-header-height: 56px;
|
|
|
|
|
--app-header-padding: 0 20px;
|
2023-10-16 10:58:51 +00:00
|
|
|
--app-header-bg-color: #ffffff;
|
|
|
|
|
/** sidebar 组件 */
|
|
|
|
|
--sidebar-bg-color: #ffffff;
|
|
|
|
|
--sidebar-width: 200px;
|
2023-09-15 09:40:35 +00:00
|
|
|
}
|