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