|
@@ -135,7 +135,28 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped lang="less">
|
|
|
+<style scoped lang="scss">
|
|
|
+ ::v-deep .u-icon__icon{
|
|
|
+ font-size: 48rpx !important;
|
|
|
+ }
|
|
|
+ ::v-deep .u-upload__deletable{
|
|
|
+ width: 48rpx !important;
|
|
|
+ height: 48rpx !important;
|
|
|
+ }
|
|
|
+ ::v-deep .u-upload__deletable__icon{
|
|
|
+ transform: scale(2.7) !important;
|
|
|
+ top: 14rpx !important;
|
|
|
+ right: 14rpx !important;
|
|
|
+ }
|
|
|
+ ::v-deep .u-upload__success{
|
|
|
+ border-width:24rpx !important;
|
|
|
+ }
|
|
|
+ ::v-deep .u-upload__success__icon{
|
|
|
+ transform: scale(2.7) !important;
|
|
|
+ bottom: -16rpx !important;
|
|
|
+ right: -16rpx !important;
|
|
|
+ }
|
|
|
+
|
|
|
.page{
|
|
|
background: #F7F6F9;
|
|
|
padding: 0 30rpx 30rpx;
|