|
|
|
@ -260,7 +260,7 @@ const rightInputHandler = debounce((keyword) => {
|
|
|
|
|
<span class="wrapper-title" style="color: #333333;">自定义筛选</span>
|
|
|
|
|
<div class="wrapper-bar">
|
|
|
|
|
<div class="wrapper-info" style="background-color: #F8F8F8;">
|
|
|
|
|
<span :style="{ 'margin-left': '18px' ,'color':'#333333'}">筛选项信息</span>
|
|
|
|
|
<span :style="{ 'margin-left': '18px', 'color': '#333333' }">筛选项信息</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -442,7 +442,6 @@ const rightInputHandler = debounce((keyword) => {
|
|
|
|
|
.draggable-ul {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
|
|
|
|
|
.draggable-li {
|
|
|
|
|
width: 100%;
|
|
|
|
|