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

Loading…
Cancel
Save