修复周三测试提出的住数据bug

This commit is contained in:
hyt 2024-07-02 09:26:03 +08:00
parent 3742eb281c
commit 9cccbd430a
4 changed files with 35 additions and 32 deletions

View File

@ -187,7 +187,8 @@ $base-sub-menu-hover:#001528;
}
#app .sidebar-container .horizontal-collapse-transition {
transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
transition: 0s width ease-in-out, 0s padding-left ease-in-out,
0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
@ -525,7 +526,8 @@ body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
Microsoft YaHei, Arial, sans-serif;
}
html {
@ -613,7 +615,8 @@ aside {
display: block;
line-height: 32px;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #2c3e50;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -712,5 +715,4 @@ aside a:hover {
}
.el-form-item__error {
top: unset !important;
}

View File

@ -214,5 +214,4 @@ aside {
right: 10px !important;
}
.el-form-item__error {
top: unset !important;
}

View File

@ -324,7 +324,6 @@ import baseDatePicker from './baseDatePicker.vue'
import baseNewSelect from './baseNewSelect'
import { checkMobile } from '@/utils/util'
import { BaseSelect } from './baseSelect.vue'
export default {
components: {
// uploadFile,
@ -806,6 +805,9 @@ export default {
}
</script>
<style>
.el-form-item__error {
}
.el-form-item__label {
/* width: 25%; */
line-height: 1.2;
@ -823,7 +825,7 @@ export default {
</style>
<style scoped lang="scss">
::v-deep .el-form-item__label {
padding: 0 0 0px !important;
padding: 0 0 10px !important;
}
.label {

View File

@ -132,7 +132,7 @@
title="表字段"
@handleClose="sonTableDialogShow=false"
:submitShow="true"
:size="'30%'"
:size="'40%'"
@handleConfirmClick="sonTableSaveHandle"
>
<div class="mainTable">