| | |
| | | default: false
|
| | | },
|
| | | itemList: {
|
| | | type: Array
|
| | | type: Array,
|
| | | default:[]
|
| | | },
|
| | | //提示文字
|
| | | tips: {
|
| | |
| | | }
|
| | | </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 {
|
| | |
| | | align-items: center;
|
| | | justify-content: center;
|
| | | text-align: center;
|
| | | font-size: 36rpx;
|
| | | font-size: 32rpx;
|
| | | position: relative;
|
| | | }
|
| | |
|