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