mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
perf: 简单修改配色 (#1857)
* perf: 简单修改配色 * perf: 吸怪透明度 * perf: 默认红色 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
parent
109b40f3b2
commit
c3cc54a2d2
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
@ -1,11 +1,11 @@
|
||||
// ElementUI
|
||||
$--color-primary: #b4312b;
|
||||
$--color-primary: #ca2e1f;
|
||||
$--color-success: #E98737;
|
||||
$--color-info: #f06f06;
|
||||
$--color-warning: #f8ac59;
|
||||
$--color-danger: #ed5565;
|
||||
$--color-warning: #f82ed3;
|
||||
$--color-danger: #074bdc;
|
||||
|
||||
// Menu
|
||||
// Men
|
||||
//$menuText: rgb(241, 212, 174);
|
||||
$menuBg: #b4312b;
|
||||
$menuActiveLeft: rgb(241, 212, 174);
|
@ -1,4 +1,4 @@
|
||||
@import "./themes/keep-heart-red";
|
||||
@import "src/styles/themes/revolution";
|
||||
//@import "./themes/classic";
|
||||
|
||||
$--color-black: #000000;
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="content">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="5" class="left">
|
||||
<el-avatar fit="fill" class="avatar" :size="60" :src="users.avatar_url" />
|
||||
<el-avatar fit="fill" class="avatar" :size="60" :src="avatarUrl" />
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
<ul>
|
||||
@ -34,7 +34,8 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
users: {}
|
||||
users: {},
|
||||
avatarUrl: require('@/assets/img/admin.png')
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
Loading…
Reference in New Issue
Block a user