mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 21:28:12 +00:00
perf: 添加任务时选择任务位置内容溢出
This commit is contained in:
parent
59c7b148dd
commit
a7bd403b2c
@ -7,6 +7,21 @@
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
.ivu-cascader {
|
||||
.ivu-cascader-menu-item {
|
||||
max-width: 300px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@media (max-width: 600px) {
|
||||
max-width: 200px;
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
max-width: 160px;
|
||||
}
|
||||
@media (max-width: 320px) {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
.ivu-cascader-label {
|
||||
width: auto;
|
||||
padding: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user