|
@@ -127,10 +127,7 @@
|
|
v-if="detail.dataType == 'Attachment' && (typeof(valueData[detail.infoPointCode]) == 'string')"
|
|
v-if="detail.dataType == 'Attachment' && (typeof(valueData[detail.infoPointCode]) == 'string')"
|
|
class="img_a"
|
|
class="img_a"
|
|
>
|
|
>
|
|
- <img
|
|
|
|
- :src=" 'img/image-service/common/image_get?systemId=saas&key=' + valueData[detail.infoPointCode] + '&width=200&height=200'"
|
|
|
|
- alt
|
|
|
|
- >
|
|
|
|
|
|
+ <img width="200px" height="200px" :src=" 'img/image-service/common/file_get/'+ valueData[detail.infoPointCode] +'?systemId=dataPlatform'" alt>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 当其为Attachment类型,且undefined时,内容为- -->
|
|
<!-- 当其为Attachment类型,且undefined时,内容为- -->
|
|
@@ -520,7 +517,7 @@ html {
|
|
|
|
|
|
@media screen and (min-width: 960px) and (max-width: 1199px) {
|
|
@media screen and (min-width: 960px) and (max-width: 1199px) {
|
|
html {
|
|
html {
|
|
- font-size: 40px;
|
|
|
|
|
|
+ font-size: 45px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* ipad尺寸 */
|
|
/* ipad尺寸 */
|