✨ feat: 财务中心增加其他收支
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</el-form-item>
|
||||
<el-checkbox v-model="loginForm.rememberMe" style="margin:0px 0px 25px 0px;">记住密码</el-checkbox>
|
||||
<el-form-item style="width:100%;">
|
||||
<el-button :loading="loading" size="medium" type="primary" style="width:100%;"
|
||||
<el-button :loading="loading" size="medium" type="primary" style="width:100%; height: 40px; font-size: 16px;"
|
||||
@click.native.prevent="handleLogin">
|
||||
<span v-if="!loading">登 录</span>
|
||||
<span v-else>登 录 中...</span>
|
||||
@@ -154,12 +154,12 @@ export default {
|
||||
|
||||
<style rel="stylesheet/scss" lang="scss">
|
||||
// 引入全局主题变量,假设你有全局的variables.scss定义了以下变量
|
||||
$--color-background: #2b2f36;
|
||||
$--color-text-primary: #ffffff;
|
||||
$--color-background: #f5f5f5;
|
||||
$--color-text-primary: #111;
|
||||
$--color-text-secondary: #b6bdc5;
|
||||
$--border-color-light: #4c5057;
|
||||
$--color-primary: #5F7BA0;
|
||||
$--metal-gradient-light: linear-gradient(145deg, #3e434a, #363b41);
|
||||
$--color-primary: #657b96;
|
||||
$--metal-gradient-light: linear-gradient(145deg, #f5f5f5, #fff);
|
||||
|
||||
.login-page {
|
||||
display: flex;
|
||||
@@ -203,7 +203,6 @@ $--metal-gradient-light: linear-gradient(145deg, #3e434a, #363b41);
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
|
||||
background: $--color-background; // 深色背景
|
||||
border: 1px solid $--border-color-light; // 浅色边框
|
||||
}
|
||||
|
||||
.login-title-welcome {
|
||||
@@ -261,9 +260,7 @@ $--metal-gradient-light: linear-gradient(145deg, #3e434a, #363b41);
|
||||
.el-button--primary {
|
||||
background: $--color-primary; // 主题色按钮
|
||||
border: none;
|
||||
&:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.login-right {
|
||||
|
||||
Reference in New Issue
Block a user