mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
Fix upload style
This commit is contained in:
parent
e5699aff68
commit
e2bff100bd
@ -72,13 +72,12 @@ ReactDOM.render(<PicturesWall />, mountNode);
|
|||||||
````css
|
````css
|
||||||
/* you can make up upload button and sample style by using stylesheets */
|
/* you can make up upload button and sample style by using stylesheets */
|
||||||
.ant-upload-select-picture-card i {
|
.ant-upload-select-picture-card i {
|
||||||
font-size: 28px;
|
font-size: 32px;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-upload-select-picture-card .ant-upload-text {
|
.ant-upload-select-picture-card .ant-upload-text {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
font-size: 12px;
|
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
````
|
````
|
||||||
|
@ -283,6 +283,9 @@
|
|||||||
&-picture-card {
|
&-picture-card {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
&.@{upload-prefix-cls}-list:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.@{upload-item} {
|
.@{upload-item} {
|
||||||
float: left;
|
float: left;
|
||||||
width: @upload-pictrue-card-size;
|
width: @upload-pictrue-card-size;
|
||||||
|
Loading…
Reference in New Issue
Block a user