Commit 253e9811 authored by 高宇's avatar 高宇

2024/01/24 需求变更

parent 2040283a
...@@ -425,7 +425,7 @@ export default { ...@@ -425,7 +425,7 @@ export default {
display: flex; display: flex;
.recordOne { .recordOne {
margin-left: 14.4rem; margin-left: 13%;
//width: 45%; //width: 45%;
//margin-right: 5%; //margin-right: 5%;
.recordOneTitle { .recordOneTitle {
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<div class="sive"> <div class="sive">
<div class="label"><span class="twoTableTest">结果</span></div> <div class="label"><span class="twoTableTest">结果</span></div>
<div class="value"> <div class="value">
<el-input v-model="result" style="width: 240px" /> <el-input v-model="result" class="throwTableInput" />
</div> </div>
</div> </div>
<div class="five"> <div class="five">
...@@ -1072,6 +1072,11 @@ export default { ...@@ -1072,6 +1072,11 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-top: 1px solid; border-top: 1px solid;
.throwTableInput{
width: 98%;
border: 1px solid #d9d9d9;
border-radius: 4px;
}
} }
} }
......
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