|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<template> |
|
|
|
|
<basic-container> |
|
|
|
|
<basic-container class="operationticketDetail"> |
|
|
|
|
<el-row :span="24"> |
|
|
|
|
<div class="check_status_class"> |
|
|
|
|
<span > |
|
|
|
@ -976,16 +976,16 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: flex-end; /* 将子元素推到容器的末端 */ |
|
|
|
|
} |
|
|
|
|
.avue-group__title{ |
|
|
|
|
.operationticketDetail .avue-group__title{ |
|
|
|
|
color: rgb(64, 149, 229) !important; |
|
|
|
|
font-size: 16px !important; |
|
|
|
|
line-height: 22px !important; |
|
|
|
|
font-weight: bold !important; |
|
|
|
|
} |
|
|
|
|
.el-form-item__label{ |
|
|
|
|
.operationticketDetail .el-form-item__label{ |
|
|
|
|
width: 110px !important; |
|
|
|
|
} |
|
|
|
|
.el-form-item__content{ |
|
|
|
|
.operationticketDetail .el-form-item__content{ |
|
|
|
|
margin-left: 110px!important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|