1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-16 15:34:17 +08:00

update: remote ::v-deep warn

This commit is contained in:
shangbin
2021-12-06 14:23:47 +08:00
parent 1f52b5da21
commit f49cca3044
7 changed files with 10 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ export default {
<style scoped>
/* 在此自动生成 */
::v-deep .el-dialog__body {
:v-deep(.el-dialog__body) {
padding: 0 30px !important;
}
</style>