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.

revoke-permission.vue 288B

12345678910111213141516171819
  1. <template>
  2. <view class="content">
  3. 暂无可撤销权限
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style lang="scss" scoped>
  9. .content {
  10. text-align: center;
  11. padding: 98rpx 50rpx 0rpx 50rpx;
  12. font-size: 28rpx;
  13. font-weight: 400;
  14. color: #333333;
  15. line-height: 40px;
  16. }
  17. </style>