style: 高级工具上传图标样式统一
This commit is contained in:
@@ -1250,13 +1250,15 @@ export default defineComponent({
|
|||||||
|
|
||||||
> .item {
|
> .item {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
width: calc(100% / 2 - 0.5rem);
|
// width: calc(100% / 2 - 0.5rem);
|
||||||
|
// height: 25rem;
|
||||||
|
width: 12.7rem;
|
||||||
|
height: 17.8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: 25rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
// &.active{
|
// &.active{
|
||||||
// border: 2px solid;
|
// border: 2px solid;
|
||||||
@@ -1532,6 +1534,8 @@ export default defineComponent({
|
|||||||
.ant-upload-select-picture-card {
|
.ant-upload-select-picture-card {
|
||||||
width: 12.7rem;
|
width: 12.7rem;
|
||||||
height: 17.8rem;
|
height: 17.8rem;
|
||||||
|
border-width: 1px;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user