1.优化后台样式
2.改版并对接新版数据统计页面
BIN
src/assets/images/data_home_bg1.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
src/assets/images/data_home_item1.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
src/assets/images/data_home_item1_icon.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/images/data_home_item2.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/images/data_home_item2_icon.png
Normal file
|
After Width: | Height: | Size: 919 B |
BIN
src/assets/images/data_home_item3.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/images/data_home_item3_icon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/images/data_home_item4.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/assets/images/data_home_item4_icon.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/images/default_logo.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
@@ -6,7 +6,7 @@
|
||||
/* theme color */
|
||||
$--color-primary: #1890ff;
|
||||
$--color-success: #13ce66;
|
||||
$--color-warning: #FFBA00;
|
||||
$--color-warning: #ffba00;
|
||||
$--color-danger: #ff4949;
|
||||
// $--color-info: #1E1E1E;
|
||||
|
||||
@@ -17,10 +17,10 @@ $--button-font-weight: 400;
|
||||
$--border-color-light: #dfe4ed;
|
||||
$--border-color-lighter: #e6ebf5;
|
||||
|
||||
$--table-border:1px solid#dfe6ec;
|
||||
$--table-border: 1px solid#dfe6ec;
|
||||
|
||||
/* icon font path, required */
|
||||
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||||
$--font-path: "~element-ui/lib/theme-chalk/fonts";
|
||||
|
||||
@import "../../../node_modules/element-ui/packages/theme-chalk/src/index";
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
font-size: 0;
|
||||
top: 0;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
font-size: 0;
|
||||
top: 0;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
|
||||
@@ -9,15 +9,15 @@ $yellow: #fec171;
|
||||
$panGreen: #30b08f;
|
||||
|
||||
// sidebar
|
||||
$menuText: #bfcbd9;
|
||||
$menuText: #999;
|
||||
$menuActiveText: #409eff;
|
||||
$subMenuActiveText: #f4f4f5; // https://github.com/ElemeFE/element/issues/12951
|
||||
$subMenuActiveText: #555; // https://github.com/ElemeFE/element/issues/12951
|
||||
|
||||
$menuBg: #333;
|
||||
$menuHover: #444;
|
||||
$menuBg: #fff;
|
||||
$menuHover: rgba(121, 145, 188, 0.18);
|
||||
|
||||
$subMenuBg: #444;
|
||||
$subMenuHover: #555;
|
||||
$subMenuBg: #fff;
|
||||
$subMenuHover: rgba(121, 145, 188, 0.18);
|
||||
|
||||
$sideBarWidth: 205px;
|
||||
|
||||
|
||||