mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-22 06:37:46 +00:00
refactor(design): add windicss
This commit is contained in:
@@ -41,10 +41,6 @@
|
||||
cursor: pointer;
|
||||
transition: all @transition-time @ease-in-out;
|
||||
|
||||
// &:hover {
|
||||
// color: @primary-color;
|
||||
// }
|
||||
|
||||
&-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@@ -164,9 +160,10 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 12px 24px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
.text-truncate();
|
||||
// transition: all @transition-time @ease-in-out;
|
||||
|
||||
&:hover {
|
||||
color: @primary-color;
|
||||
|
||||
@@ -18,15 +18,19 @@
|
||||
}
|
||||
|
||||
.collapse-title {
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
.text-truncate();
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.@{simple-prefix-cls} {
|
||||
&-sub-title {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
transition: all 0.3s;
|
||||
.text-truncate();
|
||||
}
|
||||
|
||||
&-tag {
|
||||
|
||||
Reference in New Issue
Block a user