浏览代码

修复通知配置报错

yukai 2 年之前
父节点
当前提交
7ffe408994

文件差异内容过多而无法显示
+ 0 - 76
src/views/iot/noticeservices/config/component/setting.vue


文件差异内容过多而无法显示
+ 0 - 76
src/views/iot/noticeservices/config/component/tem.vue


+ 1 - 1
src/views/iot/noticeservices/config/setting.vue

@@ -309,7 +309,7 @@ export default defineComponent({
 .ant-card {
 	box-sizing: border-box;
 	margin: 10px;
-	width: 97%;
+	width: 98%;
 	font-size: 14px;
 	font-variant: tabular-nums;
 	border: 1px solid var(--next-border-color-light);

+ 1 - 1
src/views/iot/noticeservices/config/template.vue

@@ -305,7 +305,7 @@ export default defineComponent({
 .ant-card {
 	box-sizing: border-box;
 	margin: 10px;
-	width: 97%;
+	width: 98%;
 	font-size: 14px;
 	font-variant: tabular-nums;
 	border: 1px solid var(--next-border-color-light);

部分文件因为文件数量过多而无法显示