css
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user