mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
设置el-card的高度
This commit is contained in:
parent
c447c21e4d
commit
c907b982cc
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<el-form ref="mirrors_form" :model="mirrors_form"
|
||||
label-width="100px" size="small"
|
||||
style="width: 342px;">
|
||||
<el-card class="box-card" shadow="hover">
|
||||
<el-card class="box-card" shadow="hover" style="height: 130px;">
|
||||
<div slot="header">
|
||||
<span>使用社区仓库源</span>
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-card>
|
||||
<el-card class="box-card" shadow="hover">
|
||||
<el-card class="box-card" shadow="hover" style="height: 180px;">
|
||||
<div slot="header">
|
||||
<span>自定义源</span>
|
||||
<span style="font-size: 12px; margin-left: 10px;">若配置自定义源则会覆盖社区仓库源</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue