消费端详情,订阅分区信息去掉左内边距.
This commit is contained in:
@@ -125,4 +125,11 @@ const columns = [
|
||||
];
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
ul ol {
|
||||
padding-inline-start: 0px;
|
||||
}
|
||||
.ant-table-row-cell-break-word ul {
|
||||
padding-inline-start: 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user