mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
4922e057bb
commit
bef2560215
2 changed files with 6 additions and 1 deletions
|
@ -164,6 +164,11 @@ p {
|
||||||
.el-switch__label span {
|
.el-switch__label span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-input {
|
||||||
|
max-width: 350px;
|
||||||
|
}
|
||||||
|
|
||||||
// @media only screen and (max-width: 768px) {
|
// @media only screen and (max-width: 768px) {
|
||||||
// .el-card {
|
// .el-card {
|
||||||
// padding: 0px !important;
|
// padding: 0px !important;
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
name='favicon'
|
name='favicon'
|
||||||
accept='image/*'
|
accept='image/*'
|
||||||
:multiple='false')
|
:multiple='false')
|
||||||
el-button(slot='trigger' size='small' type='primary') select file
|
el-button(slot='trigger' size='small' type='primary' plain) Select file
|
||||||
.el-upload__tip(slot='tip') jpg/png files with a size less than 500kb
|
.el-upload__tip(slot='tip') jpg/png files with a size less than 500kb
|
||||||
|
|
||||||
el-switch.d-block.mt-4(v-model='allow_registration'
|
el-switch.d-block.mt-4(v-model='allow_registration'
|
||||||
|
|
Loading…
Reference in a new issue