Add new file

master
钟进 6 years ago
parent 40c806a3b7
commit 336a594815

@ -0,0 +1,118 @@
.dialog-config {
overflow: hidden !important;
}
.ui-tabs-panel {
height: calc(100% - 70px);
padding: 0 !important;
}
.table_header {
background-color: blue;
color: white;
}
.bind {
width: 150px;
text-align: right;
}
.ui-jqgrid-titlebar {
display: none;
}
.ui-jqgrid-bdiv {
overflow-x: hidden !important;
}
.ui-button-text-only .ui-button-text {
padding: .3em !important;
}
.modbus-tab {
/*overflow: hidden;*/
position: relative;
height: calc(100% - 20px);
width: 100%;
}
.modbus-grid {
height: 100% !important;
width: 100% !important;
}
.jsgrid-grid-body {
height: calc(100% - 58px) !important;
}
.jsgrid-table {
width: 100% !important;
font-size: 1em;
}
.jsgrid-insert-mode-button {
display: none;
}
/*.jsgrid-edit-row input {
padding: 0;
}*/
.jsgrid-table td {
padding: 0.2em 0.2em !important;
}
.table_head_btn {
display: inline-flex;
text-align: center;
font-size: 1.1em;
position: absolute;
z-index: 99;
right: 5px;
top: -27px;
color: white;
}
.back_image {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.3;
}
.logo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
color: rgb(0, 153, 153);
font-weight: bolder;
font-size: 39px;
padding: 9px;
font-family: sans-serif;
}
tr td {
padding-left: 10px;
}
#adapter-container {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-drag: none;
user-select: none;
}
#export-dlg .select-dropdown {
display: none;
}
#export-dlg .dropdown-content {
display: none;
}
#export-dlg .caret {
display: none;
}
Loading…
Cancel
Save