luyisha 3 years ago
parent
commit
72626332ed
  1. 20
      src/components/page/classification/Category.vue

20
src/components/page/classification/Category.vue

@ -19,8 +19,8 @@
</a-col>
<a-col :lg="8" :xl="7" :xxl="6" class="query_item">
<span>二级分类</span>
<a-select default-value="" v-model="query.son_class" style="position: relative;">
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index" style="position: absolute;">
<a-select default-value="" v-model="query.son_class">
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index">
{{item}}
</a-select-option>
</a-select>
@ -357,4 +357,20 @@ export default {
border-top: none;
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>

Loading…
Cancel
Save