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="primary"></Radio>
|
||||
</Radio-group>
|
||||
<Input v-model="value4" icon="ios-clock-outline" placeholder="请输入..." style="width: 200px"></Input>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
theme1: 'light'
|
||||
theme1: 'light',
|
||||
value4: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
color: @text-color;
|
||||
font-size: @font-size-base;
|
||||
position: relative;
|
||||
z-index: @zindex-select;
|
||||
|
||||
&-horizontal{
|
||||
height: 60px;
|
||||
|
|
Loading…
Add table
Reference in a new issue