fix;iot
This commit is contained in:
parent
46615a3e5f
commit
68eafbfba0
@ -48,7 +48,7 @@ module.exports = {
|
||||
'camelcase': [0, {
|
||||
'properties': 'always'
|
||||
}],
|
||||
'comma-dangle': [0, 'always'],
|
||||
'comma-dangle': [1, 'off'],
|
||||
'comma-spacing': [2, {
|
||||
'before': false,
|
||||
'after': true
|
||||
|
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="hbm345 w40 flex aic jcc">
|
||||
<img :src="$baseUrl + device.imgUrl.split(',')[0]" class="w100" />
|
||||
<img :src="device.imgUrl.split(',')[0]" class="w100" />
|
||||
</div>
|
||||
<div class="hbm345 w60">
|
||||
<el-form :model="form" ref="form" label-width="120px" :inline="false" size="normal" class="h95 flex fdc jcsa margin-top-20">
|
||||
|
Loading…
x
Reference in New Issue
Block a user