|
@@ -2272,6 +2272,10 @@ export default {
|
|
|
.special-el-form {
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
+::v-deep .el-input.is-disabled .el-input__inner {
|
|
|
+ background-color: #fff !important;
|
|
|
+ color:#606266;
|
|
|
+}
|
|
|
/*表格样式开始*/
|
|
|
.ss_scoreTable {
|
|
|
padding-bottom: 50px;
|
|
@@ -2279,8 +2283,10 @@ export default {
|
|
|
border: 1px solid transparent;
|
|
|
text-align: center;
|
|
|
}
|
|
|
- ::v-deep .el-input.is-disabled .el-input__inner {
|
|
|
- background-color: #fff !important;
|
|
|
+ ::v-deep.el-textarea__inner {
|
|
|
+ border: none;
|
|
|
+ height: 50px;
|
|
|
+ resize: none;
|
|
|
}
|
|
|
textarea:disabled {
|
|
|
background-color: #fff !important;
|
|
@@ -2289,8 +2295,8 @@ export default {
|
|
|
// // border: 1px solid transparent!important;
|
|
|
// }
|
|
|
table {
|
|
|
- width: 600px;
|
|
|
- margin-left: 120px;
|
|
|
+ // width: 600px;
|
|
|
+ margin: 0 80px;
|
|
|
-moz-user-select: none;
|
|
|
-webkit-user-select: none;
|
|
|
-ms-user-select: none;
|
|
@@ -2299,11 +2305,11 @@ export default {
|
|
|
user-select: none; /*内容禁止选中*/
|
|
|
}
|
|
|
tbody td {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
thead th,
|
|
|
.big-font {
|
|
|
- font-size: 16px !important;
|
|
|
+ font-size: 18px !important;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.public-pedded-0 {
|
|
@@ -2316,8 +2322,8 @@ export default {
|
|
|
text-align: left;
|
|
|
}
|
|
|
.table-textarea {
|
|
|
- width: 180px;
|
|
|
- // width: 60px;
|
|
|
+ // width: 180px;
|
|
|
+ // width: 15%;
|
|
|
border: none;
|
|
|
height: 50px;
|
|
|
resize: none;
|