feat(Popup): add @popup-close-icon-active-color less var
This commit is contained in:
+5
-5
@@ -42,7 +42,7 @@ Use `position` prop to set popup display position
|
||||
<van-popup
|
||||
v-model="show"
|
||||
position="top"
|
||||
:style="{ height: '20%' }"
|
||||
:style="{ height: '30%' }"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -53,7 +53,7 @@ Use `position` prop to set popup display position
|
||||
v-model="show"
|
||||
closeable
|
||||
position="bottom"
|
||||
:style="{ height: '20%' }"
|
||||
:style="{ height: '30%' }"
|
||||
/>
|
||||
<!-- Custom Icon -->
|
||||
<van-popup
|
||||
@@ -61,7 +61,7 @@ Use `position` prop to set popup display position
|
||||
closeable
|
||||
close-icon="close"
|
||||
position="bottom"
|
||||
:style="{ height: '20%' }"
|
||||
:style="{ height: '30%' }"
|
||||
/>
|
||||
<!-- Icon Position -->
|
||||
<van-popup
|
||||
@@ -69,7 +69,7 @@ Use `position` prop to set popup display position
|
||||
closeable
|
||||
close-icon-position="top-left"
|
||||
position="bottom"
|
||||
:style="{ height: '20%' }"
|
||||
:style="{ height: '30%' }"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -80,7 +80,7 @@ Use `position` prop to set popup display position
|
||||
v-model="show"
|
||||
round
|
||||
position="bottom"
|
||||
:style="{ height: '20%' }"
|
||||
:style="{ height: '30%' }"
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user