Commit 2c1be876 authored by shangtx's avatar shangtx

init: 主题修改

parent 9bcfce81
This diff is collapsed.
......@@ -37,7 +37,7 @@
theme: {
type: String,
required: false,
default: 'light'
default: 'dark'
},
collapsible: {
type: Boolean,
......
......@@ -13,7 +13,7 @@ export default {
theme: {
type: String,
required: false,
default: 'light'
default: 'dark'
},
mode: {
type: String,
......
......@@ -78,7 +78,7 @@
theme: {
type: String,
required: false,
default: 'light'
default: 'dark'
},
collapsed: {
type: Boolean,
......
This diff is collapsed.
......@@ -15,7 +15,7 @@
export default {
primaryColor: '#3A62D7', // primary color of ant design
navTheme: 'light', // theme for nav menu
navTheme: 'dark', // theme for nav menu
layout: 'sidemenu', // nav menu position: sidemenu or topmenu
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
fixedHeader: true, // sticky header
......
......@@ -18,7 +18,7 @@ const app = {
withoutAnimation: false
},
device: 'desktop',
theme: '',
theme: 'dark',
layout: '',
contentWidth: '',
fixedHeader: false,
......
......@@ -7,7 +7,7 @@
>
<div style="width: 600px; margin-left: 150px">
<div class="aaa">欢迎使用</div>
<div class="bbb">服务预约管理系统</div>
<div class="bbb">城市匠人管理系统</div>
<div style="height: 50px"></div>
<a-form class="user-layout-login" @submit="handleSubmit" :form="form">
......@@ -21,7 +21,7 @@
{
initialValue: '',
rules: [
{ required: true, message: '请输入帐户名或邮箱地址' },
{ required: true, message: '请输入用户名' },
{ validator: this.handleUsernameOrEmail },
],
},
......@@ -74,14 +74,12 @@
import { mapActions } from "vuex";
import { initRouterTree } from "@/router/router.config";
import notification from "ant-design-vue/es/notification";
// import {timeFix} from "../../util/util"
export default {
data() {
return {
customActiveKey: "tab1",
loginBtn: false,
// login type: 0 email, 1 username, 2 telephone
loginType: 1,
form: this.$form.createForm(this),
state: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment