fix:一些样式与交互修改
This commit is contained in:
@@ -5,15 +5,19 @@
|
||||
<div class="light-tag-tit">
|
||||
<div>
|
||||
<img src="/asset/image//bulbLogo/21962.png" alt="" />
|
||||
<span class="tag-text">{{ blub.regionName + ' > ' + blub.deviceGroupName }}</span>
|
||||
</div>
|
||||
<span class="tag-text">{{ blub.regionName + ' > ' + blub.deviceGroupName }}</span></div
|
||||
>
|
||||
<button class="right-button">{{ blub.scene.label }}</button>
|
||||
</div>
|
||||
<div class="light-tag-box">
|
||||
<div class="tag-box-item">
|
||||
<img src="/asset/image//bulbLogo/22496.png" alt="" />
|
||||
<span class="title">控制模式</span>
|
||||
<span class="result">{{ blub.mode.label }}</span>
|
||||
<span class="result">{{
|
||||
blub.mode.label.indexOf('模式') != -1
|
||||
? blub.mode.label.replace('模式', '')
|
||||
: blub.mode.label
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="tag-box-item">
|
||||
<img src="/asset/image//bulbLogo/22496.png" alt="" />
|
||||
|
||||
Reference in New Issue
Block a user