css
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<el-dialog
|
||||
title="设置站点"
|
||||
:visible.sync="dialogVisible"
|
||||
width="50%">
|
||||
width="55%">
|
||||
<el-form :model="dataForm" ref="dataForm" :label-width="$i18n.locale === 'en-us' ? '' : '1.1rem'" size="mini">
|
||||
<el-form-item label="站点名称" prop="stationName">
|
||||
<el-input v-model="dataForm.stationName" id="stationName" @focus="show" data-layout="normal"></el-input>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
placement="bottom"
|
||||
trigger="manual"
|
||||
:ref="`popover-${i}`">
|
||||
<el-row type="flex" justify="space-between" align="middle" style="margin-bottom: .1rem">
|
||||
<el-row type="flex" justify="space-between" align="middle" style="margin-bottom: .2rem">
|
||||
<el-col style="width: calc(100% - .55rem)"><el-input placeholder="修改名称" v-model="stationName" @focus="show" data-layout="normal"></el-input></el-col>
|
||||
<el-button type="success" icon="el-icon-check" size="mini" style="width: .5rem; height: .4rem" :disabled="disabled" @click="_updateStation(e, i)"></el-button>
|
||||
</el-row>
|
||||
@@ -470,7 +470,7 @@ export default {
|
||||
background center / 100% 100% url(../../images/new/tab_bg.png) no-repeat
|
||||
padding 0
|
||||
font-size 24px
|
||||
height 50px
|
||||
height 65px
|
||||
&:first-child
|
||||
border-left 1px solid #233553
|
||||
&:active, &:hover
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<el-dialog
|
||||
title="设置"
|
||||
:visible.sync="dialogVisible"
|
||||
width="50%"
|
||||
width="55%"
|
||||
:before-close="handleClose">
|
||||
<el-form :model="dataForm" ref="dataForm" :rules="dataRule" size="mini">
|
||||
<el-form-item label="任务链名称" prop="chain">
|
||||
|
||||
Reference in New Issue
Block a user