|
@@ -1896,7 +1896,7 @@
|
|
|
</div>
|
|
|
<div class="select_box2_box">
|
|
|
<div class="select_box2_img">
|
|
|
- <img :src="selectJson.url" alt="" />
|
|
|
+ <img :src="selectJson.url" @click="previewImg(selectJson.url)" alt="" />
|
|
|
</div>
|
|
|
<div :class="isSelect ? 'rightWidthCss' : 'select_box2_answer'">
|
|
|
<div style="padding-top: 15px">
|
|
@@ -5295,7 +5295,7 @@ export default {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
-.redioStyle>>>.el-radio__label {
|
|
|
+.redioStyle >>> .el-radio__label {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
@@ -6369,4 +6369,7 @@ export default {
|
|
|
.redCss {
|
|
|
color: red;
|
|
|
}
|
|
|
+.redioStyle>>>.el-radio__input.is-disabled+span.el-radio__label{
|
|
|
+ color: rgb(0 123 255) !important;
|
|
|
+}
|
|
|
</style>
|