/******* select *********/
|
.popover-body {
|
height: 120px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.popover-item {
|
padding: 8px 14px;
|
border: 0px;
|
width: 100%;
|
text-align: left;
|
}
|
|
.popover-btn {
|
padding: 0px;
|
font-size: 16px;
|
border: 0px;
|
background-color: #0000;
|
}
|
|
.h_cellclick {
|
color: #1d1da1;
|
text-decoration:underline;
|
cursor:pointer;
|
}
|
|
.h_cellclick:hover {
|
font-weight: bold;
|
}
|
|
.h_notclick {
|
color: #606266 !important;
|
text-decoration:none !important;
|
cursor:default !important;
|
}
|
div[ishightlight='true']>input {
|
background-color: #de6a6a !important;
|
}
|
.h_notclick .h_cellclick{
|
color: #606266 !important;
|
text-decoration:none !important;
|
cursor:default !important;
|
}
|
|
.h_notclick .h_cellclick:hover {
|
font-weight: normal !important;
|
}
|
.h_notclick:hover {
|
font-weight: normal !important;
|
}
|
|
.h_overflowval {
|
color: red;
|
}
|
.h_notoverflowval {
|
color: lightgreen;
|
}
|
|
.h_up {
|
color: lightgreen;
|
}
|
|
.h_down {
|
color: red;
|
}
|
|
.h_table .el-table {
|
border-left: 1px solid #EBEEF5;
|
border-right: 1px solid #EBEEF5;
|
}
|
|
.z_table_pagination {
|
text-align:right; padding: 16px 0px;
|
}
|
|
.h_stamp .cell {
|
background-color: red;
|
font-size: 10px;
|
color: #fff;
|
font-weight: 500;
|
border-radius: 10px;
|
height: 20px;
|
line-height: 20px;
|
width:fit-content;
|
width:-webkit-fit-content;
|
width:-moz-fit-content;
|
margin: 0 auto;
|
|
max-width: 60px;
|
min-width: 10px !important;
|
box-sizing: border-box;
|
}
|
|
.h_pdf {
|
/* color: red; */
|
}
|
|
.z_form {
|
margin-bottom: 10px;
|
/* padding-left: 10px;
|
padding-right: 10px; */
|
}
|
|
input[type='number']::-webkit-inner-spin-button {
|
-webkit-appearance: none !important;
|
}
|
|
.z_form .el-form-item__label, .z_form .el-form-item__content {
|
line-height: 28px;
|
}
|
.z_form td {
|
vertical-align: top;
|
}
|
|
.z_form td .el-button-group {
|
vertical-align: top;
|
}
|
|
.z_form .is-disabled span {
|
color:#C0C4CC
|
}
|
|
.topbar-line td{
|
line-height: normal;
|
}
|
|
.h_table {
|
margin-top: 10px;
|
}
|
|
.h_table .el-checkbox {
|
font-size: 12px;
|
}
|
.h_table .el-table-column--selection .cell .el-checkbox{
|
width: 100%;
|
text-align: center;
|
}
|
.from_popup_input input {
|
border: 0px !important;
|
}
|
.h_table .el-input-number .el-input-number__decrease {
|
display: none;
|
}
|
.h_table .el-input-number .el-input-number__increase {
|
display: none;
|
}
|
|
.el-input-number.is-controls-right .el-input__inner {
|
padding-right: 15px;
|
}
|
|
.el-input-number .el-input__inner {
|
padding-right: 15px;
|
}
|
|
.z_contrast_form .el-form-item__label{
|
color: red !important;
|
}
|
|
.z_contrast_tablecall {
|
background-color: #fbcecefa;
|
}
|
|
.topbar .el-button--mini, .topbar .el-button--mini.is-round {
|
padding: 7px 8px;
|
}
|
|
.z_popup-page .el-dialog__footer {
|
position: absolute;
|
top: 10px;
|
right: 0px;
|
padding: 0px 20px;
|
bottom: auto !important;
|
border-top: 0px solid #ccc;
|
background-color: #00000000;
|
}
|
|
.el-dialog .el-dialog__footer {
|
position: static;
|
}
|
|
.notbutton .el-button--primary.is-plain {
|
color: #409EFF;
|
background: #fff;
|
border: 0px;
|
}
|
|
.notbutton .el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover {
|
background: #fff;
|
border: 0px;
|
cursor: auto
|
}
|