Merge branch 'dev'
Showing
21 changed files
with
100 additions
and
112 deletions
-
Please register or sign in to post a comment
... | ... | @@ -381,4 +381,7 @@ |
/deep/.el-radio__label { | ||
display: none; | ||
} | ||
/deep/.el-table .cell { | ||
line-height: 16px; | ||
} | ||
</style> | ||
... | ... |
... | ... | @@ -67,12 +67,11 @@ |
if (res.code === 200) { | ||
this.info = res.result; | ||
} | ||
}); | ||
}, | ||
}, | ||
}; | ||
}) | ||
} | ||
} | ||
} | ||
</script> | ||
<style lang="scss" scoped> | ||
.djbfm { | ||
width: 100%; | ||
... | ... |