公告板
版本库
filestore
活动
搜索
登录
main
/
jiashicang-front
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
就业数据省略号样式
zhangxiaoxu123456
2022-04-25
82997f69728d163157a80360689874bddf16b26f
[jiashicang-front.git]
/
src
/
assets
/
css
/
mixin.scss
1
2
3
4
5
6
7
8
9
10
11
@mixin overflow-y() {
overflow-y: auto;
touch-action: pan-y;
-webkit-overflow-scrolling: touch;
}
@mixin ellipsis() {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}