Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev
This commit is contained in:
commit
76bcfecebb
|
@ -1,14 +1,16 @@
|
||||||
/**
|
/**
|
||||||
* 列表查询通用样式,移动端自适应
|
* 列表查询通用样式,移动端自适应
|
||||||
*/
|
*/
|
||||||
.search{
|
.search {
|
||||||
|
/**
|
||||||
margin-bottom: 54px;
|
margin-bottom: 54px;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.fold{
|
.fold {
|
||||||
width: calc(100% - 216px);
|
width: calc(100% - 216px);
|
||||||
display: inline-block
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.operator{
|
.operator {
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 900px) {
|
@media screen and (max-width: 900px) {
|
||||||
|
@ -22,7 +24,7 @@
|
||||||
i {
|
i {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.trcolor{
|
.trcolor {
|
||||||
background-color: rgba(255, 192, 203, 0.31);
|
background-color: rgba(255, 192, 203, 0.31);
|
||||||
color:red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
|
@ -223,6 +223,7 @@ export default {
|
||||||
.search {
|
.search {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: url(~@/assets/images/spectrum/search.png) center no-repeat;
|
background: url(~@/assets/images/spectrum/search.png) center no-repeat;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user