bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="page">
|
<view class="fillLog">
|
||||||
<header></header>
|
<header></header>
|
||||||
<view class="form">
|
<view class="form">
|
||||||
<view class="main">
|
<view class="main">
|
||||||
@@ -260,7 +260,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.page {
|
.fillLog {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
header {
|
header {
|
||||||
@@ -270,7 +270,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.form {
|
.form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 32rpx;
|
padding: 32px 32px 120px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: -100rpx;
|
margin-top: -100rpx;
|
||||||
.main {
|
.main {
|
||||||
@@ -278,6 +278,13 @@ export default {
|
|||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
padding: 16rpx;
|
padding: 16rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.textarea {
|
||||||
|
width: 100%;
|
||||||
|
textarea {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.basic-item {
|
.basic-item {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
@@ -375,14 +382,14 @@ export default {
|
|||||||
.uni-uploader__file {
|
.uni-uploader__file {
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
width: 160rpx;
|
width: 30%;
|
||||||
height: 160rpx;
|
height: 200px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.uni-uploader__img {
|
.uni-uploader__img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 160rpx;
|
width: 100%;
|
||||||
height: 160rpx;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.pre-label {
|
.pre-label {
|
||||||
font-size: 80rpx;
|
font-size: 80rpx;
|
||||||
@@ -393,8 +400,8 @@ export default {
|
|||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
}
|
}
|
||||||
.pre-view {
|
.pre-view {
|
||||||
width: 160rpx;
|
width: 30%;
|
||||||
height: 160rpx;
|
height: 200px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|||||||
Reference in New Issue
Block a user