Merge pull request 'phongdt:fix ui' (#7) from phongdt into main
Reviewed-on: http://work.gct.com.vn/minhnt/NSG_PORTAL_V2/pulls/7
This commit was merged in pull request #7.
This commit is contained in:
@@ -96,8 +96,8 @@ const drop = (e: any) => {
|
|||||||
<span v-else class="empty-block" style="height: 8px"></span>
|
<span v-else class="empty-block" style="height: 8px"></span>
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
|
||||||
</article>
|
</article>
|
||||||
|
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|||||||
@@ -116,8 +116,8 @@ const drop = (e: any) => {
|
|||||||
<nuxt-link :style="LAYOUT_PARSE['category-article']" :class="LAYOUT_PARSE['category-article_Class']">{{ parseData?.category?.title }}</nuxt-link>
|
<nuxt-link :style="LAYOUT_PARSE['category-article']" :class="LAYOUT_PARSE['category-article_Class']">{{ parseData?.category?.title }}</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
|
||||||
</article>
|
</article>
|
||||||
|
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ const mapActivesToItems = (index: number) => {
|
|||||||
:component="COMPONENT"
|
:component="COMPONENT"
|
||||||
@drop-data="dropData"
|
@drop-data="dropData"
|
||||||
/>
|
/>
|
||||||
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@@ -79,18 +79,6 @@ const mapActivesToItems = (index: number) => {
|
|||||||
&.border-custom {
|
&.border-custom {
|
||||||
border-color: #e5e5e5 !important;
|
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 {
|
.empty {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ const mapActivesToItems = (index: number) => {
|
|||||||
:component="COMPONENT"
|
:component="COMPONENT"
|
||||||
@drop-data="dropData"
|
@drop-data="dropData"
|
||||||
/>
|
/>
|
||||||
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div v-html="LAYOUT_PARSE.styleClasses"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@@ -79,18 +79,6 @@ const mapActivesToItems = (index: number) => {
|
|||||||
&.border-custom {
|
&.border-custom {
|
||||||
border-color: #e5e5e5 !important;
|
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 {
|
.empty {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|||||||
@@ -208,9 +208,13 @@ const mapActivesToItems = (index: number) => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.border-pri {
|
||||||
|
&.section_layout {
|
||||||
|
gap: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.section_layout {
|
.section_layout {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 5px;
|
|
||||||
&.smartphone_layout {
|
&.smartphone_layout {
|
||||||
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user