atui icon indicating copy to clipboard operation
atui copied to clipboard

A Vue.js 2.0 UI Toolkit for Web

Results 6 atui issues
Sort by recently updated
recently updated
newest added

### ATUI版本 1.3.3 ### Vue 版本 2.x ### 操作系统版本 & 浏览器版本 ### 关键代码或在线demo(比如jsfiddle、codepen) this.$Modal.confirm 的文本是否可以自定义,能不能允许HTML代码解析?

### ATUI版本 ### Vue 版本 ### 操作系统版本 & 浏览器版本 ### 关键代码或在线demo(比如jsfiddle、codepen)

### ATUI版本 官网文档的版本 ### Vue 版本 官网文档的版本 ### 操作系统版本 & 浏览器版本 macOS Mojave 10.14.2 & Google Chrome 71.0.3578.98 ### 关键代码或在线demo(比如jsfiddle、codepen)[链接](https://aliqin.github.io/atui/src/components/Modal) 在[官网文档对话框组件示例里](https://aliqin.github.io/atui/src/components/Modal) 当我打开select选项并且关闭对话框时 ![image](https://user-images.githubusercontent.com/29268460/55942984-36fea600-5c78-11e9-8b55-4d8c5befbda5.png) 对话框是关闭了,但是select组件的下拉框没有关闭 ![image](https://user-images.githubusercontent.com/29268460/55943037-55fd3800-5c78-11e9-8789-4ca25ad80cde.png)

没有数据的时候显示加载图标,美观些。

feature request

这是没实现吗? sortAction (column, index, order) { if (typeof column.sorter === 'function') { // TODO:客户端排序 } this.sorderOrder[index] = order this.sorderOrder = Object.assign([], this.sorderOrder) this.$emit('table-change', this.pagination, this.filters, { field: column.dataIndex, order: order...

feature request

目前可以像 ant-design 那样定制主题吗? ![image](https://cloud.githubusercontent.com/assets/12945873/24282784/b2f5a440-109c-11e7-9e24-940becbb5529.png)

enhancement