tntd 1.4.32 → 1.4.33-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/components/Ellipsis/index.js +47 -15
  2. package/components/QueryListScene/QueryForm.js +4 -4
  3. package/components/QueryListScene/createActions.js +4 -4
  4. package/dist/1.tntd.js +1 -1
  5. package/dist/stats.json +24089 -23289
  6. package/dist/tntd.css +1 -1
  7. package/dist/tntd.js +7 -10
  8. package/es/ArrayInput/icon.js +5 -5
  9. package/es/ArrayInput/index.js +79 -111
  10. package/es/AuthContext.js +1 -1
  11. package/es/Columns/index.js +33 -40
  12. package/es/DevelopmentLogin/LoginModal.js +33 -46
  13. package/es/DevelopmentLogin/index.js +14 -18
  14. package/es/Ellipsis/Svg/CopySVG.js +13 -13
  15. package/es/Ellipsis/Svg/TickSVG.js +8 -8
  16. package/es/Ellipsis/index.js +100 -79
  17. package/es/Handle/index.js +46 -64
  18. package/es/Icon/fonts/iconfont.js +7 -12
  19. package/es/Icon/index.js +12 -15
  20. package/es/Img/Contain.js +26 -31
  21. package/es/Img/Cover.js +43 -57
  22. package/es/Img/index.js +39 -48
  23. package/es/Layout/ActionsContext.js +3 -2
  24. package/es/Layout/AppList.js +39 -94
  25. package/es/Layout/Application.js +28 -74
  26. package/es/Layout/Avatar.js +30 -67
  27. package/es/Layout/CompatibleLanguage.js +41 -96
  28. package/es/Layout/EnterpriseLayout/Avatar.js +39 -77
  29. package/es/Layout/EnterpriseLayout/Language.js +16 -34
  30. package/es/Layout/EnterpriseLayout/Theme.js +18 -36
  31. package/es/Layout/EnterpriseLayout/index.js +14 -16
  32. package/es/Layout/GlobalNavigation/NavigationPopup.js +61 -172
  33. package/es/Layout/GlobalNavigation/index.js +22 -56
  34. package/es/Layout/Header.js +26 -47
  35. package/es/Layout/HeaderActions.js +45 -59
  36. package/es/Layout/HeaderNavs.js +24 -51
  37. package/es/Layout/HeaderTabs.js +53 -106
  38. package/es/Layout/Iconfont.js +1 -1
  39. package/es/Layout/Language.js +16 -34
  40. package/es/Layout/Layout.js +88 -110
  41. package/es/Layout/Logo.js +17 -33
  42. package/es/Layout/OrgAppList.js +64 -109
  43. package/es/Layout/SideMenu.js +67 -128
  44. package/es/Layout/Theme.js +25 -63
  45. package/es/Layout/index.js +28 -37
  46. package/es/Layout/paaslayout/CompactSideMenu.js +37 -76
  47. package/es/Layout/paaslayout/Header.js +23 -46
  48. package/es/Layout/paaslayout/Logo.js +4 -14
  49. package/es/Layout/paaslayout/SideMenu.js +41 -80
  50. package/es/Layout/paaslayout/index.js +77 -104
  51. package/es/Layout/storage.js +10 -9
  52. package/es/LoadingButton/index.js +18 -27
  53. package/es/Modal/index.js +42 -51
  54. package/es/Page/Box.js +36 -43
  55. package/es/Page/index.js +56 -71
  56. package/es/Page/utils.js +0 -5
  57. package/es/QueryForm/Field/Checkbox.js +7 -11
  58. package/es/QueryForm/Field/Select.js +34 -44
  59. package/es/QueryForm/Field/SelectInput.js +31 -46
  60. package/es/QueryForm/Field/fieldsMap.js +0 -1
  61. package/es/QueryForm/Field/index.js +46 -78
  62. package/es/QueryForm/createActions.js +6 -7
  63. package/es/QueryForm/index.js +79 -140
  64. package/es/QueryListScene/List.js +83 -139
  65. package/es/QueryListScene/QueryForm.js +54 -91
  66. package/es/QueryListScene/QueryListScene.js +29 -47
  67. package/es/QueryListScene/Title.js +3 -3
  68. package/es/QueryListScene/Toolbar.js +13 -14
  69. package/es/QueryListScene/createActions.js +4 -4
  70. package/es/Select/DropDownWrap.js +32 -55
  71. package/es/Select/index.js +140 -232
  72. package/es/Table/ResizableTable/index.js +29 -43
  73. package/es/Table/index.js +20 -19
  74. package/es/Title/index.js +23 -25
  75. package/es/locale.js +1 -5
  76. package/es/utils/checkAuth.js +6 -8
  77. package/es/utils/findMenuInfoByPath.js +0 -4
  78. package/es/utils/index.js +17 -27
  79. package/lib/ArrayInput/icon.js +7 -9
  80. package/lib/ArrayInput/index.js +82 -131
  81. package/lib/AuthContext.js +2 -6
  82. package/lib/Columns/index.js +36 -54
  83. package/lib/DevelopmentLogin/LoginModal.js +36 -63
  84. package/lib/DevelopmentLogin/index.js +21 -31
  85. package/lib/Ellipsis/Svg/CopySVG.js +15 -18
  86. package/lib/Ellipsis/Svg/TickSVG.js +10 -13
  87. package/lib/Ellipsis/index.js +105 -93
  88. package/lib/Handle/index.js +51 -87
  89. package/lib/Icon/fonts/iconfont.js +7 -12
  90. package/lib/Icon/iconList.js +1 -2
  91. package/lib/Icon/index.js +16 -26
  92. package/lib/Img/Contain.js +29 -40
  93. package/lib/Img/Cover.js +48 -72
  94. package/lib/Img/index.js +42 -58
  95. package/lib/Layout/ActionsContext.js +1 -5
  96. package/lib/Layout/AppList.js +45 -124
  97. package/lib/Layout/Application.js +31 -92
  98. package/lib/Layout/Avatar.js +36 -91
  99. package/lib/Layout/CompatibleLanguage.js +44 -116
  100. package/lib/Layout/EnterpriseLayout/Avatar.js +45 -105
  101. package/lib/Layout/EnterpriseLayout/Language.js +22 -54
  102. package/lib/Layout/EnterpriseLayout/Theme.js +21 -50
  103. package/lib/Layout/EnterpriseLayout/index.js +17 -27
  104. package/lib/Layout/GlobalNavigation/NavigationPopup.js +64 -192
  105. package/lib/Layout/GlobalNavigation/index.js +28 -80
  106. package/lib/Layout/Header.js +36 -68
  107. package/lib/Layout/HeaderActions.js +51 -81
  108. package/lib/Layout/HeaderNavs.js +30 -70
  109. package/lib/Layout/HeaderTabs.js +58 -127
  110. package/lib/Layout/Iconfont.js +4 -9
  111. package/lib/Layout/Language.js +22 -54
  112. package/lib/Layout/Layout.js +93 -134
  113. package/lib/Layout/Logo.js +26 -47
  114. package/lib/Layout/OrgAppList.js +69 -133
  115. package/lib/Layout/SideMenu.js +72 -151
  116. package/lib/Layout/Theme.js +28 -79
  117. package/lib/Layout/createActions.js +3 -9
  118. package/lib/Layout/images/index.js +5 -36
  119. package/lib/Layout/index.js +35 -63
  120. package/lib/Layout/paaslayout/CompactSideMenu.js +40 -90
  121. package/lib/Layout/paaslayout/Header.js +30 -60
  122. package/lib/Layout/paaslayout/Logo.js +11 -24
  123. package/lib/Layout/paaslayout/SideMenu.js +44 -93
  124. package/lib/Layout/paaslayout/index.js +82 -128
  125. package/lib/Layout/storage.js +26 -68
  126. package/lib/LoadingButton/index.js +21 -36
  127. package/lib/Modal/index.js +45 -62
  128. package/lib/Page/Box.js +38 -50
  129. package/lib/Page/index.js +58 -84
  130. package/lib/Page/utils.js +5 -16
  131. package/lib/QueryForm/Field/Checkbox.js +10 -19
  132. package/lib/QueryForm/Field/Select.js +39 -60
  133. package/lib/QueryForm/Field/SelectInput.js +36 -65
  134. package/lib/QueryForm/Field/fieldsMap.js +6 -23
  135. package/lib/QueryForm/Field/index.js +50 -91
  136. package/lib/QueryForm/createActions.js +9 -16
  137. package/lib/QueryForm/index.js +83 -165
  138. package/lib/QueryForm/useForm.js +1 -6
  139. package/lib/QueryListScene/List.js +89 -153
  140. package/lib/QueryListScene/QueryForm.js +58 -101
  141. package/lib/QueryListScene/QueryListScene.js +31 -56
  142. package/lib/QueryListScene/Title.js +6 -11
  143. package/lib/QueryListScene/Toolbar.js +16 -22
  144. package/lib/QueryListScene/createActions.js +7 -13
  145. package/lib/QueryListScene/index.js +5 -19
  146. package/lib/QueryListScene/useActions.js +1 -6
  147. package/lib/Select/DropDownWrap.js +35 -63
  148. package/lib/Select/index.js +142 -245
  149. package/lib/Table/ResizableTable/index.js +31 -54
  150. package/lib/Table/index.js +21 -34
  151. package/lib/Title/index.js +26 -34
  152. package/lib/index.js +36 -57
  153. package/lib/locale.js +9 -25
  154. package/lib/utils/checkAuth.js +9 -16
  155. package/lib/utils/findMenuInfoByPath.js +3 -12
  156. package/lib/utils/index.js +26 -60
  157. package/package.json +3 -2
package/dist/tntd.css CHANGED
@@ -1 +1 @@
1
- .tnt-icon svg{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.tnt-queryform{display:flex}.tnt-queryform-extra{line-height:32px;margin-left:12px}.tnt-queryform-extra>*{margin-left:8px}.tnt-queryform-actions{align-items:center;display:inline-block;height:32px;line-height:32px}.tnt-queryform-actions>:not(.expand-link){margin-right:10px}.tnt-queryform-actions>.expand-link{padding:0;margin-right:0}.tnt-queryform-actions>.ant-badge .tnt-icon{margin-right:8px}.tnt-queryform .ant-form{display:inline-block;margin-bottom:12px;display:flex;flex:1}.tnt-queryform .ant-form.ant-form-inline{flex-wrap:unset}.tnt-queryform .ant-form>div:first-child{height:32px;overflow:hidden}.tnt-queryform .ant-form.expanded>div:first-child{height:auto!important}.tnt-queryform .ant-form.showMore>div:first-child .ant-form-item{margin-bottom:12px}.tnt-queryform .ant-form>div:nth-child(2){display:flex}.tnt-queryform .ant-form.ant-form-inline .ant-form-item{margin-right:10px;display:inline-block}.tnt-queryform .ant-form .ant-form-item-control{line-height:unset}.tnt-queryform .ant-form .ant-form-item-control .ant-calendar-picker-input{padding:0 11px}.tnt-queryform .ant-form .ant-form-item-control .ant-form-item-children>.ant-input,.tnt-queryform .ant-form .ant-form-item-control .ant-form-item-children>.ant-input-affix-wrapper{width:160px}.tnt-queryform-drawer{margin-top:50px}.tnt-queryform-drawer.large-size{margin-top:60px}.tnt-queryform-drawer.ant-drawer.ant-drawer-open .ant-drawer-mask{opacity:0;background:unset}.tnt-queryform-drawer .ant-drawer-body .ant-form-item{display:block;margin-right:0;margin-bottom:20px;width:100%}.tnt-queryform-drawer .ant-drawer-body .ant-form-item-label{display:block;text-align:left;line-height:22px;margin-bottom:10px}.tnt-queryform-drawer .ant-drawer-body .ant-calendar-picker,.tnt-queryform-drawer .ant-drawer-body .ant-form-item-control,.tnt-queryform-drawer .ant-drawer-body .ant-form-item-control-wrapper,.tnt-queryform-drawer .ant-drawer-body .ant-input{min-width:100%;width:100%}.tnt-queryform-drawer .ant-drawer-body>.ant-btn{display:block;width:100%;margin-bottom:10px}.tnt-queryform-drawer .ant-drawer-body>.ant-btn.ant-btn-primary{margin-top:20px}.tnt-resizable-table .react-resizable{position:relative;background-clip:padding-box}.tnt-resizable-table-handle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.tnt-resizable-table th:last-of-type .react-resizable-handle{right:0}.tnt-resizable-table .ant-table-column-sorters,.tnt-resizable-table .ant-table-column-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tnt-resizable-table .ant-table-column-sorters{display:inline-flex;max-width:100%;align-items:center}.tnt-querylistscene{position:relative}.tnt-querylistscene.large-size .tnt-querylistscene-title{height:48px}.tnt-querylistscene-title{position:sticky;top:0;height:40px;background:#fff;line-height:40px;padding:0 20px;z-index:1}.tnt-querylistscene-title>span{font-size:14px;color:#17233d;letter-spacing:0}.tnt-querylistscene-toolbar{padding:12px 16px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.06);border-radius:4px 4px 0 0}.tnt-querylistscene-toolbar>:not(:last-child){margin-right:12px}.tnt-querylistscene-content{background:#f1f2f5;padding:16px 20px}.tnt-querylistscene-list{background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.06);border-radius:4px}.hasToolbar .tnt-querylistscene-list{border-radius:0 0 4px 4px}.tnt-querylistscene-list .ant-table-pagination.ant-pagination{position:relative;width:100%;text-align:right;margin-bottom:0;padding:12px 16px;background:#fff;margin-top:0;border-radius:0 0 4px 4px;box-shadow:0 -2px 4px rgba(0,0,0,.06);z-index:1}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-total-text{float:left}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-options{text-align:left}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-next,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-prev,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-next,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-prev{height:28px;line-height:28px}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link{border:none}.tnt-querylistscene-list.paginationSticky .ant-table-pagination.ant-pagination{position:sticky;bottom:0}.tnt-querylistscene-list.hasScrollToBottom .ant-table-pagination.ant-pagination{box-shadow:none}.tnt-modal.ant-modal{max-width:100vw;padding-bottom:0}.tnt-modal .ant-modal-content{height:100%;display:flex;flex-direction:column}.tnt-modal .ant-modal-content .ant-modal-close{display:none}.tnt-modal .ant-modal-header{position:relative;padding:8px 20px}.tnt-modal .ant-modal-header .tnt-modal-header-actions{position:absolute;top:0;right:0;height:40px;line-height:40px}.tnt-modal .ant-modal-header .tnt-modal-header-actions .tnt-icon{width:40px;height:40px;line-height:40px;cursor:pointer;text-align:center;display:inline-block}.tnt-modal .ant-modal-header .tnt-modal-header-actions i.fullscreen:hover{color:#2e81f7}.tnt-modal .ant-modal-header .tnt-modal-header-actions i.close:hover{color:red}.tnt-modal .ant-modal-title .link{margin-left:10px;font-size:12px;color:#999}.tnt-modal .ant-modal-title .link:hover{color:#2e81f7}.tnt-modal .ant-modal-title img{position:relative;width:18px;height:18px;margin-right:8px;vertical-align:text-top}.tnt-modal .ant-modal-body{padding:0;flex:1;overflow:auto}.tnt-modal.fullscreen .ant-modal-body{height:calc(100vh - 39px);background:#fff}.tnt-modal iframe{border:none;width:100%;height:100%}.tnt-columns .ant-col:not(:first-of-type)>div{box-shadow:5px 5px 10px -4px hsla(0,0%,83.5%,.5),3px -5px 10px -4px hsla(0,0%,83.5%,.4)}.gutter .tnt-columns .ant-col:not(:first-of-type)>div,.tnt-columns .ant-col:first-child>div{box-shadow:0 0 10px 0 hsla(0,0%,83.5%,.5)}.tnt-columns-col,.tnt-columns-col>div{height:inherit}.tnt-columns-col-header{padding:0 20px;height:48px;line-height:48px;border-bottom:1px solid #e1e6ee}.tnt-columns-col-header .title-left{float:left;color:#17233d;font-size:14px}.tnt-columns-col-header .title-extra{float:right}.tnt-columns-col-header .title-extra .ant-btn{width:64px;height:22px;font-size:12px}.tnt-columns-col-header .title-extra .ant-btn-primary{background:#126bfb;border-radius:2px;border-color:#126bfb}.tnt-columns-col-tabs{height:48px;line-height:48px;border-bottom:1px solid #e1e6ee;color:#17233d;font-size:14px}.tnt-columns-col-tabs .tab-item{display:inline-block;padding:0 20px;height:48px;text-align:center;cursor:pointer;transition:borderBottom 1s}.tnt-columns-col-tabs .active-tab{border-bottom:2px solid #126bfb}.tnt-columns-col-body{height:calc(100% - 48px);padding:10px 20px;overflow-y:scroll;color:#17233d}.tnt-more-menus-dropdown-icon{font-size:12px;margin-left:2px}.large-size>.ant-layout-content .tnt-page.in-layout{height:calc(100vh - 60px)}.tnt-page{position:relative;width:100%;height:100%;overflow-y:hidden}.tnt-page.in-layout{box-shadow:none;height:calc(100vh - 50px)}.tnt-page.in-layout .tnt-page-box,.tnt-page.in-layout .tnt-page-box>.ant-card{height:100%}.tnt-page.in-layout .tnt-page-content .tnt-page-box .ant-card .ant-card-body{overflow-x:hidden;overflow-y:auto}.tnt-page-box-white{z-index:1;background:#f3f5f6;box-shadow:0 0 6px 0 rgba(0,0,0,.1),0 10px 12px 2px rgba(170,182,206,.2)}.in-layout .tnt-page-box-white{background:#fafbfc}.tnt-page-box-gray{background:#e8ebed;box-shadow:0 10px 12px 2px rgba(0,0,0,.1)}.in-layout .tnt-page-box-gray{background:#f8f9fa;box-shadow:0 2px 5px 1px rgba(0,0,0,.1)}.tnt-page-header{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:space-between;background:#f0f2f3;box-shadow:0 0 6px 0 rgba(0,0,0,.1),0 10px 6px 0 rgba(170,182,206,.2)}.in-layout .tnt-page-header{background:#fff;box-shadow:none}.tnt-page-header-section{display:flex;align-items:center}.tnt-page-header-section:first-child>*{margin-right:10px}.tnt-page-header-section:nth-child(2)>*{margin:0 5px}.tnt-page-header-section:nth-child(3)>*{margin-left:10px}.tnt-page-content{height:calc(100% - 40px);flex-direction:row;width:100%;position:relative;z-index:0}.tnt-page-box{overflow:auto}.tnt-page-box .ant-card{background:inherit}.tnt-page-box-card{background-color:transparent!important}.tnt-page-box-card .ant-card-head{border-bottom:1px solid #e0e0e0;margin-bottom:0}.small .tnt-page-box-card .ant-card-head{height:40px;line-height:40px}.tnt-page-box-card .ant-card-head .ant-card-head-title{font-weight:400}.tnt-page-box-card .ant-card-body{overflow:auto}.page-header-section-back{position:relative;display:inline-block;margin-right:40px!important;cursor:pointer}.page-header-section-back:after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;transform:translateY(-50%);background-color:#dcdfe6}.page-header-section-back:hover,.page-header-section-back:hover i{color:#126bfb}.page-header-section-back i{font-size:14px;margin-right:6px;color:#4c4c4c}.page-header-section-back span{font-size:14px;font-weight:400}.tnt-title{position:relative;height:32px;line-height:32px;clear:both;overflow:hidden}.tnt-title.has-number .tnt-title-text h3{margin-left:0}.tnt-title.has-number.is-simple .count:before,.tnt-title.has-number .tnt-title-text:before{display:none}.tnt-title.has-number.small .count{font-size:20px;margin-right:12px}.tnt-title.has-number.small .count:before{width:20px;height:15px;top:44%;left:60%}.tnt-title.has-number.middle .count{font-size:24px;margin-right:12px}.tnt-title.has-number.middle .count:before{width:24px;height:15px;left:56%}.tnt-title.has-number.large .count{font-size:28px;margin-right:12px}.tnt-title.has-number.large .count:before{width:28px;height:18px;left:56%}.tnt-title.has-number .count{top:-1px;color:#0089ff;font-size:22px;font-style:normal;margin-right:12px;position:relative;vertical-align:top;font-weight:400;font-family:Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei!important;letter-spacing:1px}.tnt-title.has-number .count:before{position:absolute;display:block;content:"";width:22px;height:15px;border-top:1px solid #0089ff;background-color:#fff;top:45%;left:58%;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.tnt-title.small{height:28px;line-height:28px}.tnt-title.small .tnt-title-text h3{font-size:14px}.tnt-title.small .tnt-title-text:before{height:14px;top:7px}.tnt-title.middle{height:36px;line-height:36px}.tnt-title.middle .tnt-title-text h3{font-size:18px}.tnt-title.middle .tnt-title-text:before{height:18px;top:9px}.tnt-title.large{height:40px;line-height:40px}.tnt-title.large .tnt-title-text h3{font-size:20px}.tnt-title.large .tnt-title-text:before{height:20px;top:9px}.tnt-title .tnt-title-text{position:relative;float:left}.tnt-title .tnt-title-text h3{font-size:16px;color:#17233d;font-weight:400;margin:0 10px;display:inline-block}.tnt-title .tnt-title-text span{position:relative;top:1px;font-size:12px;color:#8b919e;margin-right:10px;line-height:1}.tnt-title .tnt-title-text:before{position:absolute;left:0;top:8px;background-color:#126bfb;content:"";width:3px;height:16px;margin-right:8px}.tnt-title .tnt-title-extra{position:relative;float:right;margin-left:8px}.tnt-ellipsis{display:flex}.tnt-ellipsis .overflow{overflow:hidden;text-overflow:ellipsis}.tnt-ellipsis .overflow i{margin:0 .3em}.tnt-ellipsis .ellipsis-nowrap{white-space:nowrap}.tnt-ellipsis .ellipsis-nowrap *,.tnt-ellipsis .ellipsis-wrap{overflow:hidden;text-overflow:ellipsis}.tnt-ellipsis .ellipsis-wrap{display:-webkit-inline-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tnt-ellipsis .button{height:20px;width:20px;display:inline-flex;align-items:center;margin-left:8px}.tnt-ellipsis .button :hover{cursor:pointer}.tnt-ellipsis .button-hidden{display:none!important}.tnt-ellipsis .button-active{display:inline-flex}.tnt-ellipsis .button-active g{-webkit-animation:copy-active .3s;animation:copy-active .3s}@-webkit-keyframes copy-active{0%{stroke:#07c790}to{stroke:#1e90ff}}@keyframes copy-active{0%{stroke:#07c790}to{stroke:#1e90ff}}.tntd-array-input-item{margin-bottom:10px}.tntd-array-input .ant-col .ant-select,.tntd-array-input .ant-table-row .ant-select{width:100%}.tntd-array-input .mr10{margin-right:10px}.tntd-array-input-action{line-height:28px}.tntd-array-input-action>span{cursor:pointer}
1
+ .tnt-icon svg{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.tnt-queryform{display:flex}.tnt-queryform-extra{line-height:32px;margin-left:12px}.tnt-queryform-extra>*{margin-left:8px}.tnt-queryform-actions{align-items:center;display:inline-block;height:32px;line-height:32px}.tnt-queryform-actions>:not(.expand-link){margin-right:10px}.tnt-queryform-actions>.expand-link{padding:0;margin-right:0}.tnt-queryform-actions>.ant-badge .tnt-icon{margin-right:8px}.tnt-queryform .ant-form{display:inline-block;margin-bottom:12px;display:flex;flex:1}.tnt-queryform .ant-form.ant-form-inline{flex-wrap:unset}.tnt-queryform .ant-form>div:first-child{height:32px;overflow:hidden}.tnt-queryform .ant-form.expanded>div:first-child{height:auto!important}.tnt-queryform .ant-form.showMore>div:first-child .ant-form-item{margin-bottom:12px}.tnt-queryform .ant-form>div:nth-child(2){display:flex}.tnt-queryform .ant-form.ant-form-inline .ant-form-item{margin-right:10px;display:inline-block}.tnt-queryform .ant-form .ant-form-item-control{line-height:unset}.tnt-queryform .ant-form .ant-form-item-control .ant-calendar-picker-input{padding:0 11px}.tnt-queryform .ant-form .ant-form-item-control .ant-form-item-children>.ant-input,.tnt-queryform .ant-form .ant-form-item-control .ant-form-item-children>.ant-input-affix-wrapper{width:160px}.tnt-queryform-drawer{margin-top:50px}.tnt-queryform-drawer.large-size{margin-top:60px}.tnt-queryform-drawer.ant-drawer.ant-drawer-open .ant-drawer-mask{opacity:0;background:unset}.tnt-queryform-drawer .ant-drawer-body .ant-form-item{display:block;margin-right:0;margin-bottom:20px;width:100%}.tnt-queryform-drawer .ant-drawer-body .ant-form-item-label{display:block;text-align:left;line-height:22px;margin-bottom:10px}.tnt-queryform-drawer .ant-drawer-body .ant-calendar-picker,.tnt-queryform-drawer .ant-drawer-body .ant-form-item-control,.tnt-queryform-drawer .ant-drawer-body .ant-form-item-control-wrapper,.tnt-queryform-drawer .ant-drawer-body .ant-input{min-width:100%;width:100%}.tnt-queryform-drawer .ant-drawer-body>.ant-btn{display:block;width:100%;margin-bottom:10px}.tnt-queryform-drawer .ant-drawer-body>.ant-btn.ant-btn-primary{margin-top:20px}.tnt-resizable-table .react-resizable{position:relative;background-clip:padding-box}.tnt-resizable-table-handle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.tnt-resizable-table th:last-of-type .react-resizable-handle{right:0}.tnt-resizable-table .ant-table-column-sorters,.tnt-resizable-table .ant-table-column-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tnt-resizable-table .ant-table-column-sorters{display:inline-flex;max-width:100%;align-items:center}.tnt-querylistscene{position:relative}.tnt-querylistscene.large-size .tnt-querylistscene-title{height:48px}.tnt-querylistscene-title{position:sticky;top:0;height:40px;background:#fff;line-height:40px;padding:0 20px;z-index:1}.tnt-querylistscene-title>span{font-size:14px;color:#17233d;letter-spacing:0}.tnt-querylistscene-toolbar{padding:12px 16px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.06);border-radius:4px 4px 0 0}.tnt-querylistscene-toolbar>:not(:last-child){margin-right:12px}.tnt-querylistscene-content{background:#f1f2f5;padding:16px 20px}.tnt-querylistscene-list{background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.06);border-radius:4px}.hasToolbar .tnt-querylistscene-list{border-radius:0 0 4px 4px}.tnt-querylistscene-list .ant-table-pagination.ant-pagination{position:relative;width:100%;text-align:right;margin-bottom:0;padding:12px 16px;background:#fff;margin-top:0;border-radius:0 0 4px 4px;box-shadow:0 -2px 4px rgba(0,0,0,.06);z-index:1}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-total-text{float:left}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-options{text-align:left}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-next,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-prev,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-next,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-prev{height:28px;line-height:28px}.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link,.tnt-querylistscene-list .ant-table-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link{border:none}.tnt-querylistscene-list.paginationSticky .ant-table-pagination.ant-pagination{position:sticky;bottom:0}.tnt-querylistscene-list.hasScrollToBottom .ant-table-pagination.ant-pagination{box-shadow:none}.tnt-modal.ant-modal{max-width:100vw;padding-bottom:0}.tnt-modal .ant-modal-content{height:100%;display:flex;flex-direction:column}.tnt-modal .ant-modal-content .ant-modal-close{display:none}.tnt-modal .ant-modal-header{position:relative;padding:8px 20px}.tnt-modal .ant-modal-header .tnt-modal-header-actions{position:absolute;top:0;right:0;height:40px;line-height:40px}.tnt-modal .ant-modal-header .tnt-modal-header-actions .tnt-icon{width:40px;height:40px;line-height:40px;cursor:pointer;text-align:center;display:inline-block}.tnt-modal .ant-modal-header .tnt-modal-header-actions i.fullscreen:hover{color:#2e81f7}.tnt-modal .ant-modal-header .tnt-modal-header-actions i.close:hover{color:red}.tnt-modal .ant-modal-title .link{margin-left:10px;font-size:12px;color:#999}.tnt-modal .ant-modal-title .link:hover{color:#2e81f7}.tnt-modal .ant-modal-title img{position:relative;width:18px;height:18px;margin-right:8px;vertical-align:text-top}.tnt-modal .ant-modal-body{padding:0;flex:1;overflow:auto}.tnt-modal.fullscreen .ant-modal-body{height:calc(100vh - 39px);background:#fff}.tnt-modal iframe{border:none;width:100%;height:100%}.tnt-columns .ant-col:not(:first-of-type)>div{box-shadow:5px 5px 10px -4px hsla(0,0%,83.5%,.5),3px -5px 10px -4px hsla(0,0%,83.5%,.4)}.gutter .tnt-columns .ant-col:not(:first-of-type)>div,.tnt-columns .ant-col:first-child>div{box-shadow:0 0 10px 0 hsla(0,0%,83.5%,.5)}.tnt-columns-col,.tnt-columns-col>div{height:inherit}.tnt-columns-col-header{padding:0 20px;height:48px;line-height:48px;border-bottom:1px solid #e1e6ee}.tnt-columns-col-header .title-left{float:left;color:#17233d;font-size:14px}.tnt-columns-col-header .title-extra{float:right}.tnt-columns-col-header .title-extra .ant-btn{width:64px;height:22px;font-size:12px}.tnt-columns-col-header .title-extra .ant-btn-primary{background:#126bfb;border-radius:2px;border-color:#126bfb}.tnt-columns-col-tabs{height:48px;line-height:48px;border-bottom:1px solid #e1e6ee;color:#17233d;font-size:14px}.tnt-columns-col-tabs .tab-item{display:inline-block;padding:0 20px;height:48px;text-align:center;cursor:pointer;transition:borderBottom 1s}.tnt-columns-col-tabs .active-tab{border-bottom:2px solid #126bfb}.tnt-columns-col-body{height:calc(100% - 48px);padding:10px 20px;overflow-y:scroll;color:#17233d}.tnt-more-menus-dropdown-icon{font-size:12px;margin-left:2px}.large-size>.ant-layout-content .tnt-page.in-layout{height:calc(100vh - 60px)}.tnt-page{position:relative;width:100%;height:100%;overflow-y:hidden}.tnt-page.in-layout{box-shadow:none;height:calc(100vh - 50px)}.tnt-page.in-layout .tnt-page-box,.tnt-page.in-layout .tnt-page-box>.ant-card{height:100%}.tnt-page.in-layout .tnt-page-content .tnt-page-box .ant-card .ant-card-body{overflow-x:hidden;overflow-y:auto}.tnt-page-box-white{z-index:1;background:#f3f5f6;box-shadow:0 0 6px 0 rgba(0,0,0,.1),0 10px 12px 2px rgba(170,182,206,.2)}.in-layout .tnt-page-box-white{background:#fafbfc}.tnt-page-box-gray{background:#e8ebed;box-shadow:0 10px 12px 2px rgba(0,0,0,.1)}.in-layout .tnt-page-box-gray{background:#f8f9fa;box-shadow:0 2px 5px 1px rgba(0,0,0,.1)}.tnt-page-header{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:space-between;background:#f0f2f3;box-shadow:0 0 6px 0 rgba(0,0,0,.1),0 10px 6px 0 rgba(170,182,206,.2)}.in-layout .tnt-page-header{background:#fff;box-shadow:none}.tnt-page-header-section{display:flex;align-items:center}.tnt-page-header-section:first-child>*{margin-right:10px}.tnt-page-header-section:nth-child(2)>*{margin:0 5px}.tnt-page-header-section:nth-child(3)>*{margin-left:10px}.tnt-page-content{height:calc(100% - 40px);flex-direction:row;width:100%;position:relative;z-index:0}.tnt-page-box{overflow:auto}.tnt-page-box .ant-card{background:inherit}.tnt-page-box-card{background-color:transparent!important}.tnt-page-box-card .ant-card-head{border-bottom:1px solid #e0e0e0;margin-bottom:0}.small .tnt-page-box-card .ant-card-head{height:40px;line-height:40px}.tnt-page-box-card .ant-card-head .ant-card-head-title{font-weight:400}.tnt-page-box-card .ant-card-body{overflow:auto}.page-header-section-back{position:relative;display:inline-block;margin-right:40px!important;cursor:pointer}.page-header-section-back:after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;transform:translateY(-50%);background-color:#dcdfe6}.page-header-section-back:hover,.page-header-section-back:hover i{color:#126bfb}.page-header-section-back i{font-size:14px;margin-right:6px;color:#4c4c4c}.page-header-section-back span{font-size:14px;font-weight:400}.tnt-title{position:relative;height:32px;line-height:32px;clear:both;overflow:hidden}.tnt-title.has-number .tnt-title-text h3{margin-left:0}.tnt-title.has-number.is-simple .count:before,.tnt-title.has-number .tnt-title-text:before{display:none}.tnt-title.has-number.small .count{font-size:20px;margin-right:12px}.tnt-title.has-number.small .count:before{width:20px;height:15px;top:44%;left:60%}.tnt-title.has-number.middle .count{font-size:24px;margin-right:12px}.tnt-title.has-number.middle .count:before{width:24px;height:15px;left:56%}.tnt-title.has-number.large .count{font-size:28px;margin-right:12px}.tnt-title.has-number.large .count:before{width:28px;height:18px;left:56%}.tnt-title.has-number .count{top:-1px;color:#0089ff;font-size:22px;font-style:normal;margin-right:12px;position:relative;vertical-align:top;font-weight:400;font-family:Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei!important;letter-spacing:1px}.tnt-title.has-number .count:before{position:absolute;display:block;content:"";width:22px;height:15px;border-top:1px solid #0089ff;background-color:#fff;top:45%;left:58%;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.tnt-title.small{height:28px;line-height:28px}.tnt-title.small .tnt-title-text h3{font-size:14px}.tnt-title.small .tnt-title-text:before{height:14px;top:7px}.tnt-title.middle{height:36px;line-height:36px}.tnt-title.middle .tnt-title-text h3{font-size:18px}.tnt-title.middle .tnt-title-text:before{height:18px;top:9px}.tnt-title.large{height:40px;line-height:40px}.tnt-title.large .tnt-title-text h3{font-size:20px}.tnt-title.large .tnt-title-text:before{height:20px;top:9px}.tnt-title .tnt-title-text{position:relative;float:left}.tnt-title .tnt-title-text h3{font-size:16px;color:#17233d;font-weight:400;margin:0 10px;display:inline-block}.tnt-title .tnt-title-text span{position:relative;top:1px;font-size:12px;color:#8b919e;margin-right:10px;line-height:1}.tnt-title .tnt-title-text:before{position:absolute;left:0;top:8px;background-color:#126bfb;content:"";width:3px;height:16px;margin-right:8px}.tnt-title .tnt-title-extra{position:relative;float:right;margin-left:8px}.tnt-ellipsis{display:flex}.tnt-ellipsis .overflow{overflow:hidden;text-overflow:ellipsis}.tnt-ellipsis .overflow i{margin:0 .3em}.tnt-ellipsis .ellipsis-nowrap{white-space:nowrap}.tnt-ellipsis .ellipsis-nowrap *,.tnt-ellipsis .ellipsis-wrap{overflow:hidden;text-overflow:ellipsis}.tnt-ellipsis .ellipsis-wrap{display:-webkit-inline-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tnt-ellipsis .button{height:20px;width:20px;display:inline-flex;align-items:center;margin-left:8px}.tnt-ellipsis .button :hover{cursor:pointer}.tnt-ellipsis .button-hidden{display:none!important}.tnt-ellipsis .button-active{display:inline-flex}.tnt-ellipsis .button-active g{animation:copy-active .3s}@keyframes copy-active{0%{stroke:#07c790}to{stroke:#1e90ff}}.tntd-array-input-item{margin-bottom:10px}.tntd-array-input .ant-col .ant-select,.tntd-array-input .ant-table-row .ant-select{width:100%}.tntd-array-input .mr10{margin-right:10px}.tntd-array-input-action{line-height:28px}.tntd-array-input-action>span{cursor:pointer}