修复周三测试提出的住数据bug
This commit is contained in:
parent
3742eb281c
commit
9cccbd430a
|
@ -1,15 +1,15 @@
|
||||||
/**
|
/**
|
||||||
$base-menu-color:hsla(0,0%,100%,.65);
|
$base-menu-color:hsla(0,0%,100%,.65);
|
||||||
$base-menu-color-active:#fff;
|
$base-menu-color-active:#fff;
|
||||||
$base-menu-background:#001529;
|
$base-menu-background:#001529;
|
||||||
$base-logo-title-color: #ffffff;
|
$base-logo-title-color: #ffffff;
|
||||||
|
|
||||||
$base-menu-light-color:rgba(0,0,0,.70);
|
$base-menu-light-color:rgba(0,0,0,.70);
|
||||||
$base-menu-light-background:#ffffff;
|
$base-menu-light-background:#ffffff;
|
||||||
$base-logo-light-title-color: #001529;
|
$base-logo-light-title-color: #001529;
|
||||||
|
|
||||||
$base-sub-menu-background:#000c17;
|
$base-sub-menu-background:#000c17;
|
||||||
$base-sub-menu-hover:#001528;
|
$base-sub-menu-hover:#001528;
|
||||||
*/
|
*/
|
||||||
:export {
|
:export {
|
||||||
menuColor: #bfcbd9;
|
menuColor: #bfcbd9;
|
||||||
|
@ -187,7 +187,8 @@ $base-sub-menu-hover:#001528;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app .sidebar-container .horizontal-collapse-transition {
|
#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 {
|
#app .sidebar-container .scrollbar-wrapper {
|
||||||
|
@ -347,18 +348,18 @@ $base-sub-menu-hover:#001528;
|
||||||
background: #d3dce6;
|
background: #d3dce6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
$base-menu-color:hsla(0,0%,100%,.65);
|
$base-menu-color:hsla(0,0%,100%,.65);
|
||||||
$base-menu-color-active:#fff;
|
$base-menu-color-active:#fff;
|
||||||
$base-menu-background:#001529;
|
$base-menu-background:#001529;
|
||||||
$base-logo-title-color: #ffffff;
|
$base-logo-title-color: #ffffff;
|
||||||
|
|
||||||
$base-menu-light-color:rgba(0,0,0,.70);
|
$base-menu-light-color:rgba(0,0,0,.70);
|
||||||
$base-menu-light-background:#ffffff;
|
$base-menu-light-background:#ffffff;
|
||||||
$base-logo-light-title-color: #001529;
|
$base-logo-light-title-color: #001529;
|
||||||
|
|
||||||
$base-sub-menu-background:#000c17;
|
$base-sub-menu-background:#000c17;
|
||||||
$base-sub-menu-hover:#001528;
|
$base-sub-menu-hover:#001528;
|
||||||
*/
|
*/
|
||||||
:export {
|
:export {
|
||||||
menuColor: #bfcbd9;
|
menuColor: #bfcbd9;
|
||||||
|
@ -525,7 +526,8 @@ body {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
text-rendering: optimizeLegibility;
|
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 {
|
html {
|
||||||
|
@ -613,7 +615,8 @@ aside {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-size: 16px;
|
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;
|
color: #2c3e50;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -712,5 +715,4 @@ aside a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-form-item__error {
|
.el-form-item__error {
|
||||||
top: unset !important;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -214,5 +214,4 @@ aside {
|
||||||
right: 10px !important;
|
right: 10px !important;
|
||||||
}
|
}
|
||||||
.el-form-item__error {
|
.el-form-item__error {
|
||||||
top: unset !important;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -324,7 +324,6 @@ import baseDatePicker from './baseDatePicker.vue'
|
||||||
import baseNewSelect from './baseNewSelect'
|
import baseNewSelect from './baseNewSelect'
|
||||||
import { checkMobile } from '@/utils/util'
|
import { checkMobile } from '@/utils/util'
|
||||||
import { BaseSelect } from './baseSelect.vue'
|
import { BaseSelect } from './baseSelect.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
// uploadFile,
|
// uploadFile,
|
||||||
|
@ -806,6 +805,9 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
.el-form-item__error {
|
||||||
|
}
|
||||||
|
|
||||||
.el-form-item__label {
|
.el-form-item__label {
|
||||||
/* width: 25%; */
|
/* width: 25%; */
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -823,7 +825,7 @@ export default {
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
::v-deep .el-form-item__label {
|
::v-deep .el-form-item__label {
|
||||||
padding: 0 0 0px !important;
|
padding: 0 0 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
title="表字段"
|
title="表字段"
|
||||||
@handleClose="sonTableDialogShow=false"
|
@handleClose="sonTableDialogShow=false"
|
||||||
:submitShow="true"
|
:submitShow="true"
|
||||||
:size="'30%'"
|
:size="'40%'"
|
||||||
@handleConfirmClick="sonTableSaveHandle"
|
@handleConfirmClick="sonTableSaveHandle"
|
||||||
>
|
>
|
||||||
<div class="mainTable">
|
<div class="mainTable">
|
||||||
|
|
Loading…
Reference in New Issue