AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 231 forks source link

About improve implement of some components #141

Open 100cm opened 5 years ago

100cm commented 5 years ago

According to my experience of AT UI For Angular. Now the implement of some components such as dropdown, select, and other components which will add overlay document to the window have some problem , like can't auto change position (when the window scrolled or resize the window, i don't know if will have low performance problem in Vue) , so you should better have a component/directive that render the overlay document , connect the origin trigger document and the overlay document by [slot].

Element UI have done this well.

for example

image

And At UI for Angular

image

Thanks you again for providing AT UI.