-
Notifications
You must be signed in to change notification settings - Fork 35
Feat/pt 126 #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/pt 126 #71
Conversation
@@ -198,8 +192,8 @@ export default defineComponent({ | |||
const dialogFormVisible = ref(false) | |||
const formLabelWidth = '140px' | |||
const form = reactive({ | |||
email: '', | |||
password: '', | |||
email: '[email protected]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Để mặc định email làm gì thế anh nhỉ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bản demo khi load vào có chữ đã nhập dạng lưu cache, nên anh hard code để giống demo. Vậy chỗ này mình xóa được không em?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bỏ đi nhé anh ơi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -7,38 +7,41 @@ body { | |||
@apply shadow rounded overflow-hidden; | |||
} | |||
|
|||
.form-icon { | |||
@apply bg-white w-15/100; | |||
.el-form .form-icon { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dùng % set width có thể responsive không đúng đâu anh nhé
src/assets/css/form.scss
Outdated
} | ||
.el-input.el-input--default { | ||
@apply w-85/100; | ||
@apply w-[88%]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Đây nữa anh nhé, nên dùng flex css
1c92dac
to
79df377
Compare
Kudos, SonarCloud Quality Gate passed!
|
No description provided.