This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat:[模板管理][yp003]
ouqian
luojie
1 month ago
parent
e0020e50d0
commit
b9be35a80a
1 changed files
with
4 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
src/components/Template/CustomTable.vue
+ 4
- 3
src/components/Template/CustomTable.vue
View File
@ -951,8 +951,8 @@ export default {
}
}
.
custom
-
table
-
body
{
.
custom
-
table
-
body
{
max
-
height
:
500
px
;
overflow
-
y
:
auto
;
/* max-height: 500px; */
/* overflow-y: auto; */
/* 可根据需要调整或由父组件控制 */
/* 可根据需要调整或由父组件控制 */
}
}
@ -1035,7 +1035,8 @@ export default {
flex
-
direction
:
column
;
flex
-
direction
:
column
;
max
-
width
:
100
%
;
max
-
width
:
100
%
;
/* 父容器决定宽度 */
/* 父容器决定宽度 */
overflow
-
x
:
auto
;
overflow
:
auto
;
max
-
height
:
500
px
;
}
}
.
custom
-
table
-
header
,
.
custom
-
table
-
header
,
Write
Preview
Loading…
Cancel
Save