cd7c56c4 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 184b3199 b56b8d4c
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
66 left: 200px; 66 left: 200px;
67 top: -3px; 67 top: -3px;
68 height: 30px; 68 height: 30px;
69
69 } 70 }
70 } 71 }
71 72
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-11-02 11:23:39 4 * @LastEditTime: 2023-11-02 13:17:17
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
440 <div class="triangle"></div> 440 <div class="triangle"></div>
441 </div> 441 </div>
442 <el-row :gutter="10"> 442 <el-row :gutter="10">
443 <el-col :span="12"> 443 <el-col :span="24">
444 <el-form-item label="共有方式:"> 444 <el-form-item label="共有方式:">
445 <el-radio-group 445 <el-radio-group
446 :disabled="!ableOperation" 446 :disabled="!ableOperation"
......