|
|
@ -19,8 +19,8 @@ |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
<span>二级分类:</span> |
|
|
<span>二级分类:</span> |
|
|
<a-select default-value="" v-model="query.son_class" style="position: relative;"> |
|
|
<a-select default-value="" v-model="query.son_class"> |
|
|
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index" style="position: absolute;"> |
|
|
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index"> |
|
|
{{item}} |
|
|
{{item}} |
|
|
</a-select-option> |
|
|
</a-select-option> |
|
|
</a-select> |
|
|
</a-select> |
|
|
@ -357,4 +357,20 @@ export default { |
|
|
border-top: none; |
|
|
border-top: none; |
|
|
padding: 20px 16px; |
|
|
padding: 20px 16px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* /deep/ .ant-select-focused .ant-select-selection { |
|
|
|
|
|
border-color: #40a9ff; |
|
|
|
|
|
border-right-width: 1px!important; |
|
|
|
|
|
outline: 0; |
|
|
|
|
|
-webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2); |
|
|
|
|
|
box-shadow: 0 0 0 2px rgba(24,144,255,.2); */ |
|
|
|
|
|
/* position: relative; */ |
|
|
|
|
|
/* } */ |
|
|
|
|
|
/deep/ .ant-select-selection{ |
|
|
|
|
|
/* position: absolute; */ |
|
|
|
|
|
height: 60px; |
|
|
|
|
|
} |
|
|
|
|
|
/deep/ .ant-select-selection-selected-value{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|