rm padding 0

This commit is contained in:
2024-10-09 16:22:09 +08:00
parent 54695b7cc5
commit f62d0bb34b
8 changed files with 11 additions and 11 deletions

View File

@@ -730,6 +730,6 @@ const radioProps = props.getRadioProps(props.data, props.index);
<style scoped>
.layui-table-cell :deep(.layui-input input) {
//padding-left: 0;
/*padding-left: 0;*/
}
</style>