Merge branch 'feature/v9.0/9.0.3' into feature/v9.0/9.0.3部署微信小程序测试
| | |
| | | import { onMounted } from "vue"; |
| | | |
| | | const droneSvg = getAssetsImage("/images/login/droneSvg.svg"); |
| | | |
| | | const usernameSvg = getAssetsImage("/images/login/username.svg"); |
| | | const passwordSvg = getAssetsImage("/images/login/password.svg"); |
| | | const logoSvg = getAssetsImage("/images/login/logo.svg"); |
| | |
| | | line-height: 40rpx; |
| | | width: 80%; |
| | | margin-top: 20rpx; |
| | | padding: 0 !important; |
| | | } |
| | | |
| | | :deep(input) { |
| | | height: 40rpx; |
| | | line-height: 40rpx; |
| | | width: 80%; |
| | | margin-top: 20rpx; |
| | | padding: 0 !important; |
| | | margin: 0 !important; |
| | | } |
| | | |
| | | :deep(.uni-input-placeholder) { |