修改部分样式问题,新增解析转义,修改buyer端没有第三方登录问题

This commit is contained in:
lemon橪
2021-09-09 10:43:41 +08:00
parent aaadc90b09
commit 8c864c207a
9 changed files with 215 additions and 177 deletions

View File

@@ -250,4 +250,11 @@ export default {
};
</script>
<style lang="scss" scoped>
/deep/ .ivu-table-wrapper {
overflow: auto;
}
.table {
min-height: 100vh;
height: auto;
}
</style>