优化样式登录

This commit is contained in:
zouzhibing 2022-06-13 16:42:26 +08:00
parent 2707d63005
commit c9947cf164
2 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,7 @@ const nestedRouter = {
name: 'nested',
meta: {
title: '路由嵌套',
icon: 'School'
icon: 'HelpFilled'
},
children: [
{
@ -52,7 +52,7 @@ const nestedRouter = {
path: 'menu1-3',
component: () => import('@/views/nested/menu1/menu1-3/index.vue'),
name: 'menu1-3',
meta: { title: 'menu1-3' }
meta: { title: '菜单 1-3' }
}
]
},

View File

@ -112,7 +112,6 @@
})
}
</script>
<style lang="scss" scoped>
$dark_gray:#889aa4;
::v-deep(input){
@ -121,9 +120,9 @@ $dark_gray:#889aa4;
-webkit-appearance: none;
border-radius: 0;
padding: 12px 5px 12px 15px;
color: #fff;
//
height: 47px;
caret-color: #fff;
//caret-color: #fff;
}
.login-box{
width: 80%;