fixed #823
This commit is contained in:
parent
3aca3d56ef
commit
75873f9019
2 changed files with 4 additions and 1 deletions
|
@ -36,13 +36,15 @@
|
||||||
<Radio label="dark"></Radio>
|
<Radio label="dark"></Radio>
|
||||||
<Radio label="primary"></Radio>
|
<Radio label="primary"></Radio>
|
||||||
</Radio-group>
|
</Radio-group>
|
||||||
|
<Input v-model="value4" icon="ios-clock-outline" placeholder="请输入..." style="width: 200px"></Input>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
theme1: 'light'
|
theme1: 'light',
|
||||||
|
value4: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: @zindex-select;
|
||||||
|
|
||||||
&-horizontal{
|
&-horizontal{
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue