mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-04 12:23:26 +00:00
perf: 添加任务时选择任务位置内容溢出
This commit is contained in:
parent
59c7b148dd
commit
a7bd403b2c
@ -7,6 +7,21 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.ivu-cascader {
|
.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 {
|
.ivu-cascader-label {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user