Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_tuananh_nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TTS Tran Viet Anh
kiaisoft_tuananh_nuxt
Commits
1b425cec
Commit
1b425cec
authored
Jan 03, 2023
by
TTS Kieu Tuan Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix button center
parent
656ee394
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
pages/index.vue
+6
-2
No files found.
pages/index.vue
View file @
1b425cec
...
@@ -28,7 +28,9 @@
...
@@ -28,7 +28,9 @@
type=
"password"
type=
"password"
class=
"form-control mb-3"
class=
"form-control mb-3"
placeholder=
"password"
placeholder=
"password"
min=
""
oninput=
"javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
maxlength =
"16"
min=
"6"
required
required
/>
/>
<b-form-checkbox
<b-form-checkbox
...
@@ -41,9 +43,11 @@
...
@@ -41,9 +43,11 @@
>
>
Remember me
Remember me
</b-form-checkbox>
</b-form-checkbox>
<button
class=
"w-100 btn btn-lg btn-primary"
type=
"submit"
>
<div
class=
"col text-center "
>
<button
class=
"w-30 btn btn-lg btn-primary text-center"
type=
"submit"
>
Sign in
Sign in
</button>
</button>
</div>
</form>
</form>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment