phongdt:fix ui

This commit is contained in:
Duong Truong Phong
2024-06-28 16:14:06 +07:00
parent a46ef56e07
commit 80a5aae4e6
5 changed files with 9 additions and 29 deletions
@@ -59,8 +59,8 @@ const mapActivesToItems = (index: number) => {
:component="COMPONENT"
@drop-data="dropData"
/>
<div v-html="LAYOUT_PARSE.styleClasses"></div>
</div>
<div v-html="LAYOUT_PARSE.styleClasses"></div>
</template>
<style lang="scss" scoped>
@@ -79,18 +79,6 @@ const mapActivesToItems = (index: number) => {
&.border-custom {
border-color: #e5e5e5 !important;
}
&.borderLeft {
border-left: 1px solid;
}
&.borderRight {
border-right: 1px solid;
}
&.borderTop {
border-top: 1px solid;
}
&.borderBottom {
border-bottom: 1px solid;
}
.empty {
min-height: 100px;
border-radius: 6px;