调整 BorderLabel 组件的内边距以改善布局

This commit is contained in:
fofolee 2025-01-23 10:46:59 +08:00
parent 603cadb2ef
commit 7b346616d1

View File

@ -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);