mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-27 02:25:58 +08:00
style:比例样式
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.texts {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
color: var(--text-theme-color);
|
color: var(--text-theme-color);
|
||||||
|
|||||||
@@ -16,11 +16,7 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<!-- <el-select v-model="params.aspect_ratio" placeholder="请选择比例">
|
|
||||||
<el-option label="16:9 横屏" value="16:9" />
|
|
||||||
<el-option label="9:16 竖屏" value="9:16" />
|
|
||||||
<el-option label="1:1 方形" value="1:1" />
|
|
||||||
</el-select> -->
|
|
||||||
<div class="param-line pt">
|
<div class="param-line pt">
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<el-col :span="8" v-for="item in rates" :key="item.value">
|
<el-col :span="8" v-for="item in rates" :key="item.value">
|
||||||
@@ -38,7 +34,7 @@
|
|||||||
:src="item.img"
|
:src="item.img"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
></el-image>
|
></el-image>
|
||||||
<div class="text">{{ item.text }}</div>
|
<div class="texts">{{ item.text }}</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user