Compare commits

..

2 Commits

Author SHA1 Message Date
wangxiaoshuang 707ca5602c Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2025-03-18 17:59:20 +08:00
wangxiaoshuang 3b03d6ba76 项目文档搜索栏样式问题 2025-03-18 17:59:10 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -247,4 +247,7 @@ export default {
margin: 0 0 12px 0; margin: 0 0 12px 0;
border-top: 1px solid #ebeef5; border-top: 1px solid #ebeef5;
} }
::v-deep .box-body .search .base-search-form .el-form-item {
margin-bottom: 15px;
}
</style> </style>