87 lines
1.4 KiB
SCSS
87 lines
1.4 KiB
SCSS
.tag-btns {
|
|
padding-right: 15px;
|
|
}
|
|
.search-area {
|
|
padding: 0;
|
|
|
|
.el-form-item__label {
|
|
line-height: 35px;
|
|
}
|
|
|
|
.el-form-item__content {
|
|
line-height: 35px;
|
|
|
|
.el-input__inner {
|
|
height: 25px;
|
|
line-height: 35px;
|
|
}
|
|
}
|
|
}
|
|
.search-new {
|
|
//width: 100%;
|
|
background: #FFF;
|
|
padding: 10px 10px 0;
|
|
|
|
.el-button + .el-button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.el-form--inline .el-form-item {
|
|
display: flex;
|
|
margin-right: 0;
|
|
|
|
input.el-input__inner {
|
|
width: 100%;
|
|
}
|
|
|
|
.el-form-item__content {
|
|
//width: 100%;
|
|
flex: 1;
|
|
|
|
.el-select,
|
|
.el-range-editor {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.el-popper .el-cascader-menu .el-cascader-node__label{
|
|
width: 160px !important;
|
|
overflow: hidden;
|
|
}
|
|
/* 自定义滚动条的样式 */
|
|
.scroll-wrap {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.scroll-view::-webkit-scrollbar {
|
|
width: 3px;
|
|
}
|
|
|
|
.scroll-view::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background-color: red;
|
|
}
|
|
.showLimit {
|
|
|
|
//.el-input__count {
|
|
// position: absolute;
|
|
// bottom: 5px; /* 调整位置 */
|
|
// right: 5px; /* 调整位置 */
|
|
//}
|
|
.el-input__inner{
|
|
padding-right: 60px; /* 留出word-limit显示的空间 */
|
|
}
|
|
.el-textarea__inner{
|
|
padding-bottom: 30px;
|
|
min-height: 60px;
|
|
}
|
|
.el-textarea .el-input__count{
|
|
width: 92%;
|
|
text-align: right;
|
|
bottom: 1px;
|
|
right: 28px;
|
|
}
|
|
}
|
|
|