Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev

This commit is contained in:
xiaoguangbin 2023-10-26 09:42:36 +08:00
commit 76bcfecebb
2 changed files with 9 additions and 6 deletions

View File

@ -2,11 +2,13 @@
* 列表查询通用样式,移动端自适应
*/
.search {
/**
margin-bottom: 54px;
*/
}
.fold {
width: calc(100% - 216px);
display: inline-block
display: inline-block;
}
.operator {
margin-bottom: 18px;

View File

@ -223,6 +223,7 @@ export default {
.search {
width: 24px;
height: 24px;
margin-bottom: 0 !important;
cursor: pointer;
background: url(~@/assets/images/spectrum/search.png) center no-repeat;