yhfu 4 dagar sedan
förälder
incheckning
b735bb95a0
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/SentryPage.vue

+ 3 - 3
src/views/SentryPage.vue

@@ -48,10 +48,10 @@
             <i>{{ detailInfo.workingStatus == '1' ? '离线' : '在线' }}</i>
 					</h1>
 					<p>设备名称:{{ detailInfo.deviceName || '--' }}</p>
-					<p>设备类型:<dict-tag :options="dict.type.sentinel_device_type" :value="detailInfo.deviceType" /></p>
-					<p>设备企业 :<dict-tag :options="dict.type.sentinel_device_brand" :value="detailInfo.brand" />
+					<p>设备类型:<dict-tag style="display: inline-block;" :options="dict.type.sentinel_device_type" :value="detailInfo.deviceType" /></p>
+					<p>设备企业 :<dict-tag style="display: inline-block;"  :options="dict.type.sentinel_device_brand" :value="detailInfo.brand" />
           </p>
-          <p>安装方式 :<dict-tag :options="dict.type.sentinel_installation_method" :value="detailInfo.installationMethod" />
+          <p>安装方式 :<dict-tag  style="display: inline-block;" :options="dict.type.sentinel_installation_method" :value="detailInfo.installationMethod" />
           </p>
 					<p>所在街道:{{ detailInfo.address || '--' }}</p>
 					<p>历史数值:<a  @click="toggleDisplay(detailInfo.deviceCode)">详情</a></p>