|
@@ -159,6 +159,7 @@
|
|
|
</div>
|
|
|
<inputForm v-show="formVisible" ref="relationForm" />
|
|
|
</template>
|
|
|
+<!-- 弃用-->
|
|
|
<template v-if="formData.popupType === 'fullScreen'">
|
|
|
<transition name="el-zoom-in-center">
|
|
|
<div class="JNPF-preview-main">
|
|
@@ -846,4 +847,14 @@ export default {
|
|
|
::v-deep .el-form-item__error {
|
|
|
line-height: 5px;
|
|
|
}
|
|
|
+::v-deep .detailForm .el-form-item__content {
|
|
|
+ .el-input-number,.el-input span{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .el-input-number,.el-input *{
|
|
|
+ background: none;
|
|
|
+ border:none;
|
|
|
+ cursor: revert;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|