mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 15:04:06 +08:00
调整 BorderLabel 组件的内边距以改善布局
This commit is contained in:
parent
603cadb2ef
commit
7b346616d1
@ -115,7 +115,7 @@ export default {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8px;
|
padding: 16px 8px 8px 8px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user