|
@@ -28,11 +28,8 @@ onMounted(() => {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<template>
|
|
<template>
|
|
- <div style="width: 1092px">
|
|
|
|
- <div class="use-guide-title">{{ $t('createDevice.verifyData') }}</div>
|
|
|
|
- <div class="use-guide-description" style="margin-bottom: 40px">描述文本</div>
|
|
|
|
-
|
|
|
|
- <div v-for="item in parameterVerificationList" :key="item.id" style="margin-bottom: 24px">
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div v-for="item in parameterVerificationList" :key="item.id" class="margin-bottom">
|
|
<AFlex align="center" class="host-parameters-header">
|
|
<AFlex align="center" class="host-parameters-header">
|
|
<div class="host-parameters-header-left"></div>
|
|
<div class="host-parameters-header-left"></div>
|
|
<div class="host-parameters-header-right">{{ item.deviceParamGroupName }}</div>
|
|
<div class="host-parameters-header-right">{{ item.deviceParamGroupName }}</div>
|
|
@@ -49,8 +46,11 @@ onMounted(() => {
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.margin-bottom {
|
|
|
|
+ margin-bottom: 24px;
|
|
|
|
+}
|
|
|
|
+
|
|
.host-parameters-header {
|
|
.host-parameters-header {
|
|
- width: 1092px;
|
|
|
|
height: 56px;
|
|
height: 56px;
|
|
background: #f5f6f7;
|
|
background: #f5f6f7;
|
|
border: 1px solid #e4e7ed;
|
|
border: 1px solid #e4e7ed;
|
|
@@ -58,7 +58,6 @@ onMounted(() => {
|
|
}
|
|
}
|
|
|
|
|
|
.host-parameters {
|
|
.host-parameters {
|
|
- width: 1092px;
|
|
|
|
padding: 24px;
|
|
padding: 24px;
|
|
padding-bottom: 8px;
|
|
padding-bottom: 8px;
|
|
border: 1px solid #e4e7ed;
|
|
border: 1px solid #e4e7ed;
|