mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 完善分词功能样式与权限验证
This commit is contained in:
19
src/style/cpns/clip-word-break.less
Normal file
19
src/style/cpns/clip-word-break.less
Normal file
@@ -0,0 +1,19 @@
|
||||
.clip-word-break {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
&-content-item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
padding: 5px;
|
||||
margin: 2px 5px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
background-color: @text-bg-color;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user