uni-ui icon indicating copy to clipboard operation
uni-ui copied to clipboard

基于uni-app的、全端兼容的、高性能UI框架

Results 236 uni-ui issues
Sort by recently updated
recently updated
newest added

首页展示table表格

问题描述: 1、![image](https://user-images.githubusercontent.com/17316003/219358380-0e28d68d-ca7f-4386-9466-f0bb3bfb13f9.png) page.json文件中已经配置了自动导包,生成资源包时提示vite提示需要配置 ![image](https://user-images.githubusercontent.com/17316003/219358580-f49d7e45-5ce4-40b7-84e3-e632f323a68e.png) 官方文档中说明,不需要进行配置 ![image](https://user-images.githubusercontent.com/17316003/219358800-39f20710-e2df-4d0e-98b2-f4b5ea20c399.png)

### 最小复现代码片段 ``` 点我弹框 11111 我是弹框内容 操作dom 点我关闭 import { ref } from "vue"; const show = ref(false); const temp = ref(false); ``` > 在弹出状态下操作 dom 时,translateY 会从 0 变为...

bug

fix(uni-data-select): 没有多选功能

* 问题描述:`uni-swipe-action-item` 设置 `class` 类名 `swipe-item-f`,开发环境样式正常,打包后类名丢失。 * `uni-swipe-action` 版本:1.3.7 * 版本构建相关:`"vue": "^3.2.45", "vite": "4.1.4"` * 项目构建方式:`npx degit dcloudio/uni-preset-vue#vite my-vue3-project` * 运行环境:h5 * 代码示例: ```vue {{ title }} 使用插槽 删除 export...

uni-forms-item的label-position属性经常要使用,建议重新开启,优先级高于uni-forms的label-position

![image](https://user-images.githubusercontent.com/18155203/199632373-3cb7dc8b-fd88-424d-a7fd-87a579874cc4.png) 官方看下是否增加 位置显示的属性让开发者自己控制位置。

enhancement

建议添加一下d.ts,为了方便使用typescript开发

比如银行查询历史账单时, 只允许查询跨度为90天内的数据, 但是起始日期和结束日期可以不限制。