Commit 86f3ae23 by cherishsince

【优化】AI image dall3 调整模型显示的名字

parent 12e87cc0
......@@ -46,6 +46,7 @@
fit="contain"
@click="handlerModelClick(model)"
/>
<div class="model-font">{{model.name}}</div>
</div>
</el-space>
</div>
......@@ -198,13 +199,20 @@ const handlerGenerateImage = async () => {
margin-top: 15px;
.modal-item {
width: 90px;
height: 50px;
width: 110px;
//outline: 1px solid blue;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
border: 3px solid transparent;
cursor: pointer;
.model-font {
font-size: 14px;
color: #3e3e3e;
font-weight: bold;
}
}
.selectModel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment