style(Cascader): fix style details (#7779)

* style(Cascader): fix style details

* style(Tabs): use less var
This commit is contained in:
neverland
2020-12-21 13:34:36 +08:00
committed by GitHub
parent 659ea9cf07
commit b4cb00ed97
6 changed files with 51 additions and 29 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ Vue.use(Cascader);
```html
<van-field
v-model="fieldValue"
is-link
readonly
label="Area"
:value="fieldValue"
placeholder="Select Area"
@click="show = true"
/>
@@ -78,10 +78,10 @@ export default {
```html
<van-field
v-model="fieldValue"
is-link
readonly
label="Area"
:value="fieldValue"
placeholder="Select Area"
@click="show = true"
/>