You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516171819 |
- <template>
- <view class="content">
- 暂无可撤销权限
- </view>
- </template>
-
- <script>
- </script>
-
- <style lang="scss" scoped>
- .content {
- text-align: center;
- padding: 98rpx 50rpx 0rpx 50rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 40px;
- }
- </style>
|