We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4627 commit def824aCopy full SHA for def824a
Vol.Vue/src/App.vue
@@ -55,6 +55,10 @@ export default {
55
.ivu-form .ivu-form-item-label {
56
color: #939394;
57
}
58
+/* 2021.03.20修复明细表格错位 */
59
+ .grid-detail .el-table__fixed-body-wrapper{
60
+ top: 41px !important;
61
+}
62
</style>
63
<style>
64
html,
开发版dev/Vue.NetCore/Vol.Vue/src/App.vue
0 commit comments