Commit 58cb3749 by 张超军

正查样式

parent 582cd106
......@@ -1300,9 +1300,12 @@ const candidates = [
width: 100%;
}
.lt_candidate_bottom {
position: fixed;
bottom: 0;
right: 40px;
text-align: center;
height: 40px;
width: 100%;
width: 352px;
color: #999;
span {
span {
......
......@@ -258,7 +258,7 @@ export default {
if (!this.isShowPrint) {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '48.75rem');
// this.tableHeight = 810
this.options = '收缩'
this.options = '折叠'
$('.ico').css('transform', 'rotate(180deg)')
} else {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '20rem');
......@@ -395,8 +395,10 @@ const datas = [
}
}
.lt_middle_finger_print {
background-color: #F6F8FA;
width: 100%;
.lt_middle_finger_prints {
border-top: 1px solid #cccccc;
background: #f6f8fa;
margin-top: 12px;
overflow-y: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment