fix(UI自动化): 修复高级搜索条件框宽度自适应
--bug=1017787 --user=刘瑶 【UI测试】场景列表-高级搜索-创建时间条件框和其它项未对齐 https://www.tapd.cn/55049933/s/1262499
This commit is contained in:
parent
50d91cf7c4
commit
f2d30f6187
|
@ -125,4 +125,8 @@ export default {
|
|||
width: calc(100% - 260px);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.search-content>div{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue