feat: 新增复制粘贴功能

This commit is contained in:
MTrun
2022-02-03 22:54:31 +08:00
parent 41711b174f
commit 47a7ce9d6e
22 changed files with 519 additions and 129 deletions
+7 -1
View File
@@ -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;
}
}