phongdt:fix ui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user