feat(xumu): 实现畜牧平台登录页面

- 新增登录页面组件 AppSign
- 添加用户名和密码登录功能
- 集成二维码登录
- 优化页面样式和布局
This commit is contained in:
aixianling
2024-12-17 17:55:58 +08:00
parent 536f579523
commit 0de94d76ee
8 changed files with 247 additions and 161 deletions

View File

@@ -80,12 +80,21 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
/**
不换行文本
*/
.nowrap-text {
.nowrap-text, .t-nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.t-center {
text-align: center;
}
.t-bold{
font-weight: bold;
}
.t-right{
text-align: right;
}
/**
表头式样
*/