浏览代码

修改设备详情页图标Y轴样式

yukai 2 年之前
父节点
当前提交
044d9d7c27
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/components/devantd/index.vue
  2. 1 0
      src/views/iot/device/instance/detail.vue

+ 1 - 1
src/components/devantd/index.vue

@@ -19,7 +19,7 @@ const props = defineProps({
 
 onMounted(() => {
 	const tinyArea = new TinyArea(props.antdid, {
-		height: 60,
+		height: 40,
 		autoFit: true,
 		data: props.json,
 		smooth: true,

+ 1 - 0
src/views/iot/device/instance/detail.vue

@@ -842,6 +842,7 @@ tr {
 .statusname {
 	font-size: 30px;
 	margin-top: 10px;
+  margin-bottom: 15px;
 }
 .comtest {
 	margin-top: 20px;