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

2024/01/24 需求变更

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