update some style
update some style
This commit is contained in:
parent
034412553a
commit
7d5431d85a
9 changed files with 86 additions and 13 deletions
|
@ -1,10 +1,12 @@
|
|||
<template>
|
||||
<input
|
||||
:class="classes"
|
||||
:type="type"
|
||||
:placeholder="placeholder"
|
||||
:name="name"
|
||||
v-model="value">
|
||||
<div :class="wrapClasses">
|
||||
<input
|
||||
:class="classes"
|
||||
:type="type"
|
||||
:placeholder="placeholder"
|
||||
:name="name"
|
||||
v-model="value">
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { oneOf } from '../../utils/assist';
|
||||
|
@ -36,6 +38,9 @@
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
wrapClasses () {
|
||||
|
||||
},
|
||||
classes () {
|
||||
return [
|
||||
`${prefixCls}`,
|
||||
|
|
|
@ -45,7 +45,6 @@ const iview = {
|
|||
Col,
|
||||
Collapse,
|
||||
Icon,
|
||||
Input,
|
||||
InputNumber,
|
||||
LoadingBar,
|
||||
Message,
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
background-color: @tooltip-bg;
|
||||
border-radius: @border-radius-small;
|
||||
box-shadow: @shadow-base;
|
||||
white-space:nowrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&-arrow{
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
&:after {
|
||||
content: '';
|
||||
display: table;
|
||||
width: 5px;
|
||||
width: 4px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
|
@ -75,7 +75,7 @@
|
|||
&:after {
|
||||
content: '';
|
||||
display: table;
|
||||
width: 5px;
|
||||
width: 4px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue