init
This commit is contained in:
parent
29ee9987c0
commit
7f92ded86d
4
.env
4
.env
@ -1,6 +1,6 @@
|
||||
# 后台接口地址(仅开发/预览环境生效)
|
||||
VITE_PROXY_API=http://localhost/AERWEN/templateV1.1/php_template_api/public/admin.php/
|
||||
VITE_PROXY_API=http://localhost/AERWEN/drag-create/drag-create-api/public/admin.php/
|
||||
# 后台图片地址(仅开发/预览环境生效)
|
||||
VITE_PROXY_UPLOADS=http://localhost/AERWEN/templateV1.1/php_template_api/public/uploads/
|
||||
VITE_PROXY_UPLOADS=http://localhost/AERWEN/drag-create/drag-create-api/public/uploads/
|
||||
# 后台富文本上传地址(仅开发/预览环境生效)
|
||||
VITE_PROXY_RICHTEXT=http://localhost:3000/api/
|
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>PHP模板后台管理系统</title>
|
||||
<title>DCC代码拖拽生成后台管理系统</title>
|
||||
<!-- element css cdn, if you use custom theme, remove it. -->
|
||||
<!-- <link
|
||||
rel="stylesheet"
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.3 KiB |
@ -5,7 +5,7 @@
|
||||
<div id="logo">
|
||||
<!-- 头部Logo替换 -->
|
||||
<img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" />
|
||||
<span>PHP模板</span>
|
||||
<span style="letter-spacing: 3px;">代码拖拽生成</span>
|
||||
</div>
|
||||
</router-link>
|
||||
<AsideMenu :collapse="collapse" />
|
||||
@ -170,13 +170,13 @@ body {
|
||||
// justify-content: space-around;
|
||||
height: 70px;
|
||||
text-align: center;
|
||||
background-color: #109dea; // 头部logo背景色
|
||||
background-color: #23d96e; // 头部logo背景色
|
||||
// background-color: #2b333e; //默认
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
z-index: 99;
|
||||
img {
|
||||
width: 70px;
|
||||
width:50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ const isShow = ({ show }) => {
|
||||
|
||||
/* 选中背景颜色 */
|
||||
.el-menu-item.is-active {
|
||||
background-color: #109dea !important;
|
||||
background-color: #23d96e !important;
|
||||
}
|
||||
|
||||
/* 二级菜单开展箭头图标 */
|
||||
|
@ -29,7 +29,7 @@
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
margin-right: 1rem;
|
||||
background-color: #109dea;
|
||||
background-color: #23d96e;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div class="login-right-title-box">
|
||||
<!-- 登录页文字替换 -->
|
||||
PHP模板后台管理平台
|
||||
DCC代码拖拽生成后台
|
||||
<div class="login-right-title-bottom"></div>
|
||||
</div>
|
||||
<div class="login-right-form-control-box">
|
||||
@ -302,11 +302,11 @@ function verify(v, t, regPool, msg) {
|
||||
</script>
|
||||
<style>
|
||||
.login-background{
|
||||
background-image: linear-gradient(to top, #109dea,60%,rgba(255, 255, 255, 0.5) 160%);
|
||||
background-image: linear-gradient(to top, #23d96e,60%,rgba(255, 255, 255, 0.5) 160%);
|
||||
}
|
||||
|
||||
.login-right-title-bottom{
|
||||
background-color: #109dea !important;
|
||||
background-color: #23d96e !important;
|
||||
}
|
||||
|
||||
</style>
|
@ -1,7 +1,7 @@
|
||||
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
|
||||
$colors: (
|
||||
'primary': (
|
||||
'base': #109dea
|
||||
'base': #23d96e
|
||||
),
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user