mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增复制粘贴功能
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.go-flex-items-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.go-flex-no-wrap {
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
@@ -108,4 +114,4 @@
|
||||
.go-px-0 {
|
||||
@extend .go-pl-0;
|
||||
@extend .go-pr-0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user