转圈圈

scss 中 !important

// 对的写法
overflow:(hidden !important);
text-overflow:(ellipsis !important);
white-space:(nowrap !important) ;
// 错误写法 多一个空格都不行
overflow: (hidden !important);
text-overflow: (ellipsis !important);
white-space: (nowrap !important) ;
posted @ 2019-10-23 19:09  rosendolu  阅读(2554)  评论(0编辑  收藏  举报