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