heyujie
2021-05-24 4885600ecc369aa2e30a65de8dd7a410f13c34df
components/bottomDrawer.vue
@@ -45,7 +45,8 @@
            default: false
         },
         itemList: {
            type: Array
            type: Array,
            default:[]
         },
         //提示文字
         tips: {
@@ -92,10 +93,22 @@
   }
</script>
<style>
<style lang="scss">
   .close-and-confirm {
      display: flex;
      justify-content: space-between;
      height: 80rpx;
      line-height: 80rpx;
      background-color: lightgrey;
      .close-btn{
         // background-color: #4CD964;
         width: 100rpx;
         text-align: center;
         font-size: 32rpx;
      }
      .title {
         font-size: 34rpx;
      }
   }
   .tui-actionsheet {
@@ -146,7 +159,7 @@
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 36rpx;
      font-size: 32rpx;
      position: relative;
   }