@lambo-design/pro-layout 1.0.0-beta.313 → 1.0.0-beta.314
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -83,10 +83,12 @@
|
|
|
83
83
|
display: inline-block;
|
|
84
84
|
}
|
|
85
85
|
.menu-title-ellipsis{
|
|
86
|
+
display: flex;
|
|
86
87
|
width: 70%;
|
|
87
88
|
overflow: hidden;
|
|
88
89
|
white-space: nowrap; /* 防止内容换行 */
|
|
89
90
|
text-overflow: ellipsis; /* 超出部分省略 */
|
|
91
|
+
align-items: center;
|
|
90
92
|
}
|
|
91
93
|
.menu-title-nochildren-wrap{
|
|
92
94
|
width: 100%;
|
|
@@ -94,10 +96,12 @@
|
|
|
94
96
|
display: inline-block;
|
|
95
97
|
}
|
|
96
98
|
.menu-title-nochildren-ellipsis{
|
|
99
|
+
display: flex;
|
|
97
100
|
width: 100%;
|
|
98
101
|
overflow: hidden;
|
|
99
102
|
white-space: nowrap; /* 防止内容换行 */
|
|
100
103
|
text-overflow: ellipsis; /* 超出部分省略 */
|
|
104
|
+
align-items: center;
|
|
101
105
|
}
|
|
102
106
|
.draggable-text {
|
|
103
107
|
-webkit-user-select: none; /* Safari */
|