ls-pro-common 1.0.68 → 1.0.69
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.
- package/dist/common.css +24 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +24 -0
- package/dist/common.min.js +1 -1
- package/package.json +3 -3
package/dist/common.min.css
CHANGED
|
@@ -2057,6 +2057,30 @@ html {
|
|
|
2057
2057
|
.ant-pro-form-query-filter {
|
|
2058
2058
|
/*暂时不需要内容*/
|
|
2059
2059
|
}
|
|
2060
|
+
.setting-popover .ant-popover-inner-content {
|
|
2061
|
+
padding: 0px;
|
|
2062
|
+
}
|
|
2063
|
+
.search-setting {
|
|
2064
|
+
width: 220px;
|
|
2065
|
+
}
|
|
2066
|
+
.search-setting .setting-title {
|
|
2067
|
+
display: flex;
|
|
2068
|
+
align-items: center;
|
|
2069
|
+
justify-content: space-between;
|
|
2070
|
+
height: 42px;
|
|
2071
|
+
padding: 0 10px;
|
|
2072
|
+
margin-bottom: 10px;
|
|
2073
|
+
border-bottom: 1px solid #ccc;
|
|
2074
|
+
}
|
|
2075
|
+
.search-setting .ant-tree .ant-tree-node-content-wrapper:hover {
|
|
2076
|
+
background: inherit;
|
|
2077
|
+
}
|
|
2078
|
+
.search-setting .ant-tree-treenode {
|
|
2079
|
+
width: 100%;
|
|
2080
|
+
}
|
|
2081
|
+
.search-setting .ant-tree-treenode:hover {
|
|
2082
|
+
background-color: #f5f5f5;
|
|
2083
|
+
}
|
|
2060
2084
|
|
|
2061
2085
|
.ant-pro-form-light-filter {
|
|
2062
2086
|
line-height: 30px;
|