...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
<div class="filter" :class="{ 'filter-open': isVisible}">
|
|
|
<div class="filter-actions">
|
|
|
<button class="button-ghost filter-action" @click="clearVals">清空</button>
|
|
|
<button class="button button-small filter-action" @click="okAction">确定</button>
|
|
|
<button class="button button-small button-ok filter-action" @click="okAction">确定</button>
|
|
|
</div>
|
|
|
<div class="filter-params">
|
|
|
<ul class="filter-cates">
|
...
|
...
|
@@ -196,7 +196,7 @@ |
|
|
|
|
|
.filter-actions,
|
|
|
.filter-cate {
|
|
|
border-bottom: 1px solid $grey;
|
|
|
border-bottom: 1px solid #eee;
|
|
|
}
|
|
|
|
|
|
.filter-cates {
|
...
|
...
|
@@ -206,7 +206,7 @@ |
|
|
}
|
|
|
|
|
|
.filter-cate .icon-right {
|
|
|
margin-left: 24px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.filter-cate,
|
...
|
...
|
@@ -228,6 +228,7 @@ |
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
font-family: "BrownStd-Bold", "黑体", Helvetica, Roboto, "Heiti SC", "\9ED1\4F53", Arial;
|
|
|
}
|
|
|
|
|
|
.filter-cate-val,
|
...
|
...
|
@@ -239,4 +240,8 @@ |
|
|
position: absolute;
|
|
|
}
|
|
|
|
|
|
.button-ok {
|
|
|
min-width: 138px !important;
|
|
|
}
|
|
|
|
|
|
</style> |
...
|
...
|
|