Browse Source

撤回样式修改

master
luyisha 3 years ago
parent
commit
7526423a80
  1. 23
      src/components/page/classification/Category.vue

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

@ -203,7 +203,7 @@ export default {
align:'center'
},
],
oneList:[],
oneList:[1,2,34,5],
twoList:[],
userList:[]
}
@ -267,12 +267,12 @@ export default {
getSon(data).then(res=>{
if(res.code==200){
let arr = res.data;
for(let i=0;i<arr.length;i++){
if(arr[i]==''){
arr.splice(i, 1);
}
}
console.log(arr, '处理后的数组');
// for(let i=0;i<arr.length;i++){
// if(arr[i]==''){
// arr.splice(i, 1);
// }
// }
// console.log(arr, '');
this.twoList=arr;
}else{
this.$message.error(res.msg);
@ -366,11 +366,8 @@ export default {
box-shadow: 0 0 0 2px rgba(24,144,255,.2); */
/* position: relative; */
/* } */
/deep/ .ant-select-selection{
/* position: absolute; */
/* /deep/ .ant-select-selection{
position: relative;
height: 60px;
}
/deep/ .ant-select-selection-selected-value{
}
} */
</style>

Loading…
Cancel
Save