Commit 7604d0a7 authored by 王飞龙's avatar 王飞龙

bug修改

parent 9168e726
......@@ -3,7 +3,7 @@
<div class="app-container-container">
<div class="box-card">
<div class="topTitle">
<span style="font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;">新增</span>
<span class="topTitleText">新增</span>
</div>
<div style="width: 100%">
<el-form ref="form" :model="form" :rules="rules" label-width="125px">
......@@ -866,6 +866,12 @@ export default {
text-align: center;
padding-top: 30px;
}
.topTitleText{
font-size: 24px;
font-weight: bold;
color: #333333;
line-height: 24px;
}
.lastRow {
::v-deep .el-form-item {
margin-bottom: 0;
......
......@@ -4,7 +4,7 @@
<div class="app-container-container">
<div class="box-card">
<div class="topTitle">
<span style="font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;">详情</span>
<span class="topTitleText">详情</span>
</div>
<el-form ref="form" :model="form" :rules="rules" label-width="125px">
<div class="title-paragraph">
......@@ -95,7 +95,7 @@
</el-form-item>
</el-col>
<el-col style="width: 33%" >
<el-col style="width: 33%">
<el-form-item label="单位时段服务数" style="margin-left: 0.775rem">
<el-input-number
v-model.trim="form.useNum"
......@@ -339,7 +339,7 @@
<div class="app-container-container">
<div class="box-card">
<div class="topTitle">
<span style="font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;">编辑</span>
<span class="topTitleText">编辑</span>
</div>
<el-form ref="form" :model="form" :rules="rules" label-width="125px">
......@@ -447,7 +447,7 @@
/>
</el-form-item>
</el-col>
<el-col style="width: 33%" >
<el-col style="width: 33%">
<el-form-item label="单位时段服务数" prop="useNum" style="margin-left: 0.775rem">
<el-input-number
v-model.trim="form.useNum"
......@@ -1309,7 +1309,12 @@ export default {
text-align: center;
padding-top: 30px;
}
.topTitleText{
font-size: 24px;
font-weight: bold;
color: #333333;
line-height: 24px;
}
.lastRow {
::v-deep .el-form-item {
margin-bottom: 0;
......
......@@ -2,7 +2,7 @@
<div class="app-container-container">
<div class="box-card">
<div class="topTitle">
<span style="font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;">详情</span>
<span class="topTitleText">详情</span>
</div>
<div class="title-paragraph">
<span class="title-text">当前设备信息</span>
......@@ -595,6 +595,12 @@ export default {
text-align: center;
padding-top: 30px;
}
.topTitleText{
font-size: 24px;
font-weight: bold;
color: #333333;
line-height: 24px;
}
.lastRow {
::v-deep .el-form-item {
margin-bottom: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment