Merge branch 'feature_20250331_ai' into uat
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="create-page flex flex-column">
|
<div class="create-page flex flex-column">
|
||||||
<div class="flex flex-none mb-24">
|
<div class="flex flex-none create-container mb-24">
|
||||||
<div v-for="(item, index) in customTypes" :key="index" class="custom-create flex">
|
<div v-for="(item, index) in customTypes" :key="index" class="custom-create flex">
|
||||||
<img :src="item.icon" alt="" class="icon flex-none" />
|
<img :src="item.icon" alt="" class="icon flex-none" />
|
||||||
<div class="flex-auto">
|
<div class="flex-auto">
|
||||||
@@ -770,6 +770,10 @@ function professionalPrev() {
|
|||||||
padding-right: 24px;
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.create-container {
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
.custom-create {
|
.custom-create {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user