66 lines
1.0 KiB
SCSS
66 lines
1.0 KiB
SCSS
|
.demo-input {
|
||
|
.el-select .el-input {
|
||
|
width: 130px;
|
||
|
}
|
||
|
.el-input {
|
||
|
width: 180px;
|
||
|
}
|
||
|
.el-textarea {
|
||
|
width: 414px;
|
||
|
}
|
||
|
.el-input-group {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.demo-input-size {
|
||
|
.el-input {
|
||
|
vertical-align: top;
|
||
|
margin: 0 10px 10px 0;
|
||
|
}
|
||
|
}
|
||
|
.input-with-select .el-input-group__prepend {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.demo-autocomplete {
|
||
|
text-align: center;
|
||
|
|
||
|
.sub-title {
|
||
|
margin-bottom: 10px;
|
||
|
font-size: 14px;
|
||
|
color: #8492a6;
|
||
|
}
|
||
|
|
||
|
.el-col:not(:last-child) {
|
||
|
border-right: 1px solid rgba(224, 230, 237, 0.5);
|
||
|
}
|
||
|
|
||
|
.el-autocomplete {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.el-autocomplete-suggestion.my-autocomplete {
|
||
|
li {
|
||
|
line-height: normal;
|
||
|
padding-top: 7px;
|
||
|
padding-bottom: 7px;
|
||
|
|
||
|
.name {
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.addr {
|
||
|
font-size: 12px;
|
||
|
color: #b4b4b4;
|
||
|
}
|
||
|
.highlighted .addr {
|
||
|
color: #ddd;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.demo-input-suffix {
|
||
|
margin-bottom: 15px;
|
||
|
.el-input {
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
}
|