* {
font-size: 12px;
}
html, body, #app {
margin: 0;
height: 100%;
}
.fullheight {
height: 100%;
}
.scrollbar-fullheight {
height: 100%;
}
.scrollbar-fullheight>.el-scrollbar__wrap {
overflow-x: auto;
margin-bottom: 0 !important;
}
.scrollbar-fullheight>.el-scrollbar__wrap>.el-scrollbar__view {
margin-bottom: 10px;
}
.inputs {
display: inline-block;
}
/*解决el-table的列边框有错位的问题*/
body .el-table th.gutter {
display: table-cell!important;
}
/*通用删除按钮和其他按钮之间的分组问题*/
.ht-delete-button+.el-button, .el-button+.ht-delete-button {
margin-left: 10px;
}
div.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
div.header-popper {
border-color: #061e38;
border-radius: 0;
padding: 0 !important;
vertical-align: middle;
top: 38px!important;
background-color: #0b2a44;
}
.form-table {
width: 100%;
border-top: 1px solid #ebeef5;
border-left: 1px solid #ebeef5;
}
.form-table>thead>tr>th, .form-table>tbody>tr>th {
text-align: right;
color: #666;
font-weight: normal;
}
.form-table>tbody>tr>th.group-th {
text-align: left;
background: #f9f9f9;
font-weight: bold;
}
.form-table>thead>tr.sub-table-header>th {
text-align: center;
background: #fafafa;
}
.form-table>tbody>tr>th>span, .form-table>thead>tr>th>span {
color: #f00;
}
.form-table>tbody>tr>th, .form-table>tbody>tr>td, .form-table>tfoot>tr>td, .form-table>thead>tr>th {
border-right: 1px solid #ebeef5;
border-bottom: 1px solid #ebeef5;
padding: 15px;
min-width: 0;
box-sizing: border-box;
text-overflow: ellipsis;
vertical-align: middle;
position: relative;
}
.form-table>tfoot>tr>td {
padding: 5px 10px;
}
.is-required:before {
content: '*';
color: #F56C6C;
margin-right: 4px;
}
.show-ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.show-ellipsis2 {
overflow: hidden;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
/* .datasetCell{ padding: 15px 10px;} */
.datasetCell:last-child {
border: none;
}
.datashow {
font-size: 30px;
margin-bottom: 5px;
margin-top: 1.5em;
color: #fb5e5e;
text-align: center;
}
.dataTitle {
font-size: 12px;
color: #797979;
text-align: center;
}
.elcoldataSets :hover {
background-color: #f1f1f1;
}
.elcoldataSets {
cursor: pointer
}
body {
margin: 0;
padding: 0;
font-size: 13px;
}
html, body, body>.el-container {
height: 100%;
}
.customClass{
width: 50px !important;
}
/* 流程中心侧边栏菜单样式 */
.aside-tree__wrap{
position: relative;
}
.navbar-collapse{
margin-top: 50px;
width: 0;
}
.navbar-collapse-bg{
margin-left: 1px;
height: 28px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #f5f5f5;
border-right: none;
position: relative;
}
.navbar-collapse-bg:hover{
cursor: pointer;
}
.navbar-collapse-arrow{
position: absolute;
left: -12px;
top: 7px;
}
/* 流程中心侧边栏tree顶部标题样式 */
.flow_tree_top_title{
padding: 4px 0 11px 20px;
font-size: 14px;
color: #333;
border-bottom: 1px solid #ccc;
font-weight: 600;
}
/* 流程中心事件列表标题样式 */
.flow_table_title{
font-size: 14px;
border-bottom: 1px solid #ccc;
margin:17px 0 0 0;
padding:0 0 12px 20px;
}
/* 合同管理样式 */
.data_view{
padding-top: 0 !important;
margin-top: -10px;
}
/* tooltip样式 */
/* .el-tooltip__popper{
width: 300px;
} */
.dropdown-upload__btn>.el-button-group>button:first-child{
margin: 0;
padding: 0;
}
.right-popover{
min-width: 400px !important;
max-width: 56%;
}