feat(xumu): 实现畜牧平台登录页面
- 新增登录页面组件 AppSign - 添加用户名和密码登录功能 - 集成二维码登录 - 优化页面样式和布局
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
| /** | ||||
|   表头式样 | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user