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
@@ -208,9 +208,13 @@ const mapActivesToItems = (index: number) => {
</template>
<style lang="scss" scoped>
.border-pri {
&.section_layout {
gap: 5px;
}
}
.section_layout {
display: grid;
gap: 5px;
&.smartphone_layout {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}