
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 206 KiB |
After Width: | Height: | Size: 640 B |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,52 @@ |
|||||
|
// 行为色 |
||||
|
$color-primary: #018ad2; |
||||
|
$color-success: #4cd964; |
||||
|
$color-warning: #f0ad4e; |
||||
|
$color-error: #dd524d; |
||||
|
// header |
||||
|
$header-bg:#0294d7; |
||||
|
// sidebar |
||||
|
$menuText: rgba($color: #FFFFFF, $alpha: 0.9); |
||||
|
$menuActiveText:#ffffff; |
||||
|
$subMenuActiveText:#ffffff; //https://github.com/ElemeFE/element/issues/12951 |
||||
|
|
||||
|
$menuBg:#0294d7; |
||||
|
$menuHover:#087dba; |
||||
|
|
||||
|
$subMenuBg:#0294d7; |
||||
|
$subMenuHover:#087dba; |
||||
|
|
||||
|
$sideBarWidth: 210px; |
||||
|
|
||||
|
/* 表格的相关样式 */ |
||||
|
$search-bg:#edf1f7; // 表格搜索景色 |
||||
|
$table-bg-color:#edf1f7; // 表格背景 |
||||
|
$table-border-color:#e0e3eb; // 表格边框色 |
||||
|
// 文字 |
||||
|
$table-a-color:#018ad2; |
||||
|
/* 表格的相关样式 */ |
||||
|
|
||||
|
/* 边框颜色 */ |
||||
|
$border-color:#018ad2; |
||||
|
/* 文字基本颜色 */ |
||||
|
$text-color:#333;//基本色 |
||||
|
$text-color-inverse:#fff;//反色 |
||||
|
$text-color-grey:#999;//辅助灰色,如加载更多的提示信息 |
||||
|
$text-color-placeholder: #808080; |
||||
|
$text-color-disable:#c0c0c0; |
||||
|
$text-red: #d00000; |
||||
|
|
||||
|
$a-color:#018ad2; |
||||
|
|
||||
|
// the :export directive is the magic sauce for webpack |
||||
|
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass |
||||
|
:export { |
||||
|
menuText: $menuText; |
||||
|
menuActiveText: $menuActiveText; |
||||
|
subMenuActiveText: $subMenuActiveText; |
||||
|
menuBg: $menuBg; |
||||
|
menuHover: $menuHover; |
||||
|
subMenuBg: $subMenuBg; |
||||
|
subMenuHover: $subMenuHover; |
||||
|
sideBarWidth: $sideBarWidth; |
||||
|
} |