铝交易,微信公众号
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.

30 lines
1.2 KiB

4 months ago
  1. ## Toolbar 工具条
  2. > **组件名:uv-toolbar**
  3. 该组价是仅用于uv-ui中一个公共小工具,提供一个取消和确定的样式,可以设置标题,主要用于弹窗顶部的选择确定工具条。
  4. ### 基本使用
  5. ```vue
  6. <uv-toolbar title="标题文字"></uv-toolbar>
  7. ```
  8. ### Toolbar Props
  9. | 属性名 | 类型 | 默认值 | 说明 |
  10. |:-|:-|:-|:-|
  11. | show | Boolean | true | 是否展示工具条 |
  12. | showBorder | Boolean | false | 是否显示下边框 |
  13. | cancelText | String | '取消' | 取消按钮的文字 |
  14. | confirmText | String | '确定' | 确定按钮的文字 |
  15. | cancelColor | String | '#909193' | 取消按钮的颜色 |
  16. | confirmColor | String | '#3c9cff' | 确认按钮的颜色 |
  17. | title | String | - | 标题文字 |
  18. ## [下载完整示例项目](https://ext.dcloud.net.cn/plugin?name=uv-ui)
  19. ### [更多插件,请关注uv-ui组件库](https://ext.dcloud.net.cn/plugin?name=uv-ui)
  20. ![image](https://mp-a667b617-c5f1-4a2d-9a54-683a67cff588.cdn.bspapp.com/uv-ui/banner.png)
  21. #### 如使用过程中有任何问题反馈,或者您对uv-ui有一些好的建议,欢迎加入uv-ui官方交流群:<a href="https://www.uvui.cn/components/addQQGroup.html" target="_blank">官方QQ群</a>