fix(UI自动化): 修复高级搜索条件框宽度自适应

--bug=1017787 --user=刘瑶 【UI测试】场景列表-高级搜索-创建时间条件框和其它项未对齐 https://www.tapd.cn/55049933/s/1262499
This commit is contained in:
nathan.liu 2022-10-15 15:15:11 +08:00 committed by nathanliu2022
parent 50d91cf7c4
commit f2d30f6187
1 changed files with 4 additions and 0 deletions

View File

@ -125,4 +125,8 @@ export default {
width: calc(100% - 260px);
box-sizing: border-box;
}
.search-content>div{
width: 100%;
}
</style>