1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix:fixed tags-view bug

This commit is contained in:
Pan 2017-11-29 11:22:25 +08:00
parent 394f366aac
commit d99cb068aa

View File

@ -43,6 +43,7 @@ export default {
.scroll-container {
white-space: nowrap;
position: relative;
overflow: hidden;
.scroll-wrapper {
position: absolute;
}