bkui-vue3 icon indicating copy to clipboard operation
bkui-vue3 copied to clipboard

Results 227 bkui-vue3 issues
Sort by recently updated
recently updated
newest added

**Version / Branch / tag** **出了什么问题?(What Happened?)** **如何复现?(How to reproduce?)** **预期结果(What you expect?)**

bug
stag/test

**Version / Branch / tag** 0.0.1-beta.218 **出了什么问题?(What Happened?)** ![image](https://user-images.githubusercontent.com/4243366/203285076-6d37069d-9b55-4090-8e24-eaa9887fdde6.png) **如何复现?(How to reproduce?)** 父容器高度不够 **预期结果(What you expect?)** 弹窗默认在body外

bug

点击单个icon,状态改变,不排序。

enhancement

**Version / Branch / tag** ^0.0.1-beta.217 **出了什么问题?(What Happened?)** 表格宽度设置100%,父容器高度调整,表格高度不会适配,比如 **如何复现?(How to reproduce?)** ```vue 调整高度 import { defineComponent } from 'vue'; import { DATA_COLUMNS, DATA_TABLE } from './options'; export default defineComponent({...

bug

**Version / Branch / tag** **出了什么问题?(What Happened?)** ![image](https://user-images.githubusercontent.com/4243366/198287223-e225b977-82a6-4222-9687-2cfa908de562.png) ![image](https://user-images.githubusercontent.com/4243366/198287866-8aa37240-d266-4d1b-af7e-be3d8cb2bdc5.png) **如何复现?(How to reproduce?)** ```vue 默认配置 import { defineComponent, nextTick, ref } from 'vue'; export default defineComponent({ name: 'SiteSideslider', setup() { const...

bug
stag/test

如图所示 ![image](https://user-images.githubusercontent.com/4243366/201866106-dd381aa0-f454-4fd7-b2ea-9344db3c3e24.png) 复现代码 ```vue {{ label: () => ( SQL语句输入 请编写输出value(实际值)和label(显示值)的sql语句 ), default: () => , }} ```

enhancement

**Version / Branch / tag** **出了什么问题?(What Happened?)** **弹窗放在上面可以弹出,放在下面不可以弹出,而且是有的数据可以弹出,有的数据不可以弹出** ![image](https://user-images.githubusercontent.com/4243366/199489737-3a4c1b73-cba0-49fb-88d9-95c913c5d45c.png) **如何复现?(How to reproduce?)** 不好复现。同样的代码,不一定复现,比如 ![image](https://user-images.githubusercontent.com/4243366/199489934-62ff7bce-4e90-42bf-8755-bb982c04f908.png) 只有在bk-vision 出现 **预期结果(What you expect?)** 加上 ![image](https://user-images.githubusercontent.com/4243366/199490241-f835d1e4-75e5-48d9-9122-5886ccf01358.png)

bug

watch isShow settimeout导致执行结果错误

bug
stag/test