|
@@ -395,17 +395,6 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
- width: 140px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.el-form {
|
|
|
- padding: 0 20%;
|
|
|
-}
|
|
|
-.el-form-item {
|
|
|
- width: 50%;
|
|
|
-}
|
|
|
-
|
|
|
.button-container {
|
|
|
display: flex;
|
|
|
flex-wrap: nowrap;
|
|
@@ -439,7 +428,7 @@ export default {
|
|
|
}
|
|
|
.box-app {
|
|
|
display: inline-block;
|
|
|
- float: left;
|
|
|
+
|
|
|
margin-left: 30px;
|
|
|
line-height: 50px;
|
|
|
}
|
|
@@ -456,35 +445,41 @@ export default {
|
|
|
.collapse-bottom {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
-
|
|
|
-.input-main .textarea .el-textarea__inner {
|
|
|
- width: 100%;
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-.collapse-bottom {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
.input-main .textarea .el-textarea__inner {
|
|
|
width: 100%;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.bg-left {
|
|
|
- padding-left: 10px;
|
|
|
+ padding-left: 30px;
|
|
|
}
|
|
|
.bg-right {
|
|
|
- padding-right: 10px;
|
|
|
+ padding: 10px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.bg-bottom {
|
|
|
margin: 20px 0px;
|
|
|
}
|
|
|
-.remark h3 {
|
|
|
+.wenzi {
|
|
|
+ width: 900px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.wenzi h3 {
|
|
|
display: inline-block;
|
|
|
- margin-right: 20px;
|
|
|
+ left: 30px;
|
|
|
}
|
|
|
-.remark p {
|
|
|
+.wenzi p {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
+.center {
|
|
|
+ width: 900px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.el-form-item {
|
|
|
+ width: 50%;
|
|
|
+}
|
|
|
+.el-form-item__label {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
/*.crt-main .textarea /deep/ .el-form-item__label {*/
|
|
|
/* height: 82px;*/
|
|
|
/*}*/
|
|
@@ -524,6 +519,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
// 控制select为只读的时候显示样式
|
|
|
/deep/.ws-class-table-col {
|
|
|
height: auto;
|
|
@@ -553,28 +549,44 @@ export default {
|
|
|
overflow: scroll;
|
|
|
height: 93vh;
|
|
|
}
|
|
|
-.unchanged {
|
|
|
+//*号
|
|
|
+.unchangeable{
|
|
|
+position: absolute;
|
|
|
+ width: 9px;
|
|
|
+height: 22px;
|
|
|
+font-size: 16px;
|
|
|
+font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+font-weight: 500;
|
|
|
+color: #FF2727;
|
|
|
+line-height: 22px;
|
|
|
+display: inline-block;
|
|
|
+right: 14px;
|
|
|
+}
|
|
|
+/deep/.el-input ,/deep/.el-date-editor{
|
|
|
+ font-size: 13px;
|
|
|
+ width: 232px;
|
|
|
+ left: 21px;
|
|
|
+}
|
|
|
+/deep/.el-textarea{
|
|
|
+ width: 900px;
|
|
|
+ margin: 0px;
|
|
|
+}
|
|
|
+/deep/el-date-editor--date{
|
|
|
+ width: 200px;
|
|
|
+}
|
|
|
+.unchanged{
|
|
|
position: absolute;
|
|
|
left: 37px;
|
|
|
width: 102px;
|
|
|
- height: 14px;
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #afb5cb;
|
|
|
- line-height: 14px;
|
|
|
+height: 14px;
|
|
|
+font-size: 14px;
|
|
|
+font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+font-weight: 400;
|
|
|
+color: #AFB5CB;
|
|
|
+line-height: 14px;
|
|
|
}
|
|
|
-.unchangeable {
|
|
|
- position: absolute;
|
|
|
- width: 9px;
|
|
|
- height: 22px;
|
|
|
- font-size: 16px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ff2727;
|
|
|
- line-height: 22px;
|
|
|
- display: inline-block;
|
|
|
- right: 14px;
|
|
|
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
|
|
|
+ width: 130px;
|
|
|
}
|
|
|
/deep/.el-input--small .el-input__inner {
|
|
|
height: 32px;
|