File tree Expand file tree Collapse file tree
chat2db-client/src/pages/main/workspace Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11@import ' ../../../../../styles/var.less' ;
22
3- .tableModule {
4- display : flex ;
5- flex-direction : column ;
3+ .treeContainer {
64 flex : 1 ;
7- height : 0 ;
8- }
9-
10- .leftModuleTitle {
11- flex-shrink : 0 ;
12- margin-bottom : 4px ;
13- padding : 4px 10px ;
14- .leftModuleTitleText {
15- // 下阴影
16- display : flex ;
17- justify-content : space-between ;
18- align-items : center ;
19- height : 26px ;
20- cursor : pointer ;
21- user-select : none ;
22- .modelName {
23- display : flex ;
24- align-items : center ;
25- font-weight : bold ;
26- height : 100% ;
27- }
28- .iconBox {
29- display : flex ;
30- align-items : center ;
31- margin : 0px -5px ;
32- height : 100% ;
33- }
34- .itemIcon {
35- padding : 0px 5px ;
36- height : 100% ;
37- display : flex ;
38- align-items : center ;
39- }
40- .refreshIcon {
41- }
42- .moreIcon {
43- i {
44- transform : rotate (90deg );
45- }
46- }
47- .refreshIcon ,
48- .searchIcon {
49- cursor : pointer ;
50- & :hover {
51- color : var (--color-primary );
52- }
53- }
54- }
55- .leftModuleTitleSearch {
56- height : 26px ;
57- }
58- }
59-
60- .leftModuleTitleShadow {
61- // 地步加一点模糊
62- box-shadow : 0px 1px 2px 0px var (--color-border );
63- }
64-
65- .emptyBox {
5+ height : 0px ;
666 display : flex ;
677 flex-direction : column ;
68- align-items : center ;
69- height : 100% ;
70- width : 80% ;
71- margin : 0 auto ;
72- padding-top : 40px ;
73- box-sizing : border-box ;
74- color : var (--color-text-quaternary );
75- > div {
76- text-align : center ;
77- line-height : 20px ;
78- }
798}
809
81- .treeBox {
10+ .treeBox {
8211 flex : 1 ;
83- height : 0 ;
84- overflow-y : auto ;
12+ height : 0px ;
8513}
8614
87- .paging {
88- flex-shrink : 0 ;
89- height : 25px ;
90- display : flex ;
91- align-items : center ;
92- justify-content : space-between ;
93- flex-wrap : wrap ;
94- overflow : hidden ;
95- padding : 0px 4px ;
96- border-top : 1px solid var (--color-border );
97- .paginationBox ,
98- .paginationSelectBox {
99- display : flex ;
100- align-items : center ;
101- height : 26px ;
102- }
15+ .leftModuleTitleShadow {
16+ border-bottom : 1px solid var (--color-border-secondary );
10317}
10418
105- .refreshIconBox {
106- cursor : pointer ;
107- & :hover {
108- color : var (--color-primary );
109- }
110- }
111-
112- .cascaderPopup {
113- :global {
114- .ant-cascader-menu {
115- height : auto ;
116- }
117- }
118- }
119-
120- .operationItem {
121- display : flex ;
122- align-items : center ;
123- .operationIconRight {
124- margin-left : 10px ;
125- }
126- .operationTitle {
127- margin-left : 6px ;
128- }
129- }
130-
131- .importTableOperationItem {
132- .operationIcon {
133- font-size : 16px ;
134- }
135- }
136-
137- :global {
138- .ant-dropdown-menu-submenu-title {
139- display : flex ;
140- align-items : center ;
141- }
142- }
You can’t perform that action at this time.
0 commit comments