mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
[improvement] Dialog: update style (#1774)
This commit is contained in:
parent
9a3667e7ab
commit
0948f8ed62
@ -69,7 +69,7 @@ import TreeSelect from './tree-select';
|
|||||||
import Uploader from './uploader';
|
import Uploader from './uploader';
|
||||||
import Waterfall from './waterfall';
|
import Waterfall from './waterfall';
|
||||||
|
|
||||||
const version = '1.3.0';
|
const version = '1.3.1';
|
||||||
const components = [
|
const components = [
|
||||||
Actionsheet,
|
Actionsheet,
|
||||||
AddressEdit,
|
AddressEdit,
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
|
padding: 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 15px 20px;
|
|
||||||
|
|
||||||
&--has-title {
|
&--has-title {
|
||||||
color: $gray-dark;
|
color: $gray-darker;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -51,7 +51,7 @@
|
|||||||
&__confirm {
|
&__confirm {
|
||||||
&,
|
&,
|
||||||
&:active {
|
&:active {
|
||||||
color: #00c000;
|
color: $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user