omni-layout 0.0.5-beta.2 → 0.0.5-beta.3
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/index.css +24 -0
- package/dist/index.esm.css +24 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.js +230 -89
- package/dist/src/compontent/PageHeader/index.d.ts +14 -0
- package/dist/src/compontent/PageHeaderWrapper/index.d.ts +2 -2
- package/dist/src/compontent/PageHeaderWtihTagWrapper/index.d.ts +2 -2
- package/dist/src/compontent/defaultSettings.d.ts +2 -1
- package/dist/src/compontent/search/index.d.ts +4 -2
- package/dist/src/compontent/sidemenu/BaseMenu.d.ts +3 -4
- package/dist/src/index.d.ts +1 -1
- package/dist/src/util/getBreadcrumbProps.d.ts +1 -1
- package/dist/src/util/icon.d.ts +2 -0
- package/package.json +11 -10
package/dist/index.css
CHANGED
|
@@ -1766,6 +1766,17 @@ html {
|
|
|
1766
1766
|
padding-right: 15px;
|
|
1767
1767
|
width: 35px;
|
|
1768
1768
|
cursor: pointer;
|
|
1769
|
+
border: 0;
|
|
1770
|
+
background: transparent;
|
|
1771
|
+
outline: none;
|
|
1772
|
+
line-height: 49px;
|
|
1773
|
+
}
|
|
1774
|
+
.omni-layout-app .omni-notice-box .tool-head-close:focus,
|
|
1775
|
+
.omni-layout-app .omni-notice-box .tool-head-close:active {
|
|
1776
|
+
outline: none;
|
|
1777
|
+
}
|
|
1778
|
+
.omni-layout-app .omni-notice-box .tool-head-close .anticon {
|
|
1779
|
+
color: #666;
|
|
1769
1780
|
}
|
|
1770
1781
|
.omni-layout-app .omni-notice-box .tool-head-close,
|
|
1771
1782
|
.omni-layout-app .omni-notice-box .tool-head-title,
|
|
@@ -1837,6 +1848,19 @@ html {
|
|
|
1837
1848
|
color: #2684ff;
|
|
1838
1849
|
padding-top: 0;
|
|
1839
1850
|
}
|
|
1851
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button {
|
|
1852
|
+
color: #2684ff;
|
|
1853
|
+
padding-top: 0;
|
|
1854
|
+
border: 0;
|
|
1855
|
+
background: transparent;
|
|
1856
|
+
cursor: pointer;
|
|
1857
|
+
line-height: 21px;
|
|
1858
|
+
font-size: 12px;
|
|
1859
|
+
}
|
|
1860
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button:focus,
|
|
1861
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button:active {
|
|
1862
|
+
outline: none;
|
|
1863
|
+
}
|
|
1840
1864
|
.omni-layout-app .omni-notice-box .nav-message-text {
|
|
1841
1865
|
float: left;
|
|
1842
1866
|
width: 120px;
|
package/dist/index.esm.css
CHANGED
|
@@ -1766,6 +1766,17 @@ html {
|
|
|
1766
1766
|
padding-right: 15px;
|
|
1767
1767
|
width: 35px;
|
|
1768
1768
|
cursor: pointer;
|
|
1769
|
+
border: 0;
|
|
1770
|
+
background: transparent;
|
|
1771
|
+
outline: none;
|
|
1772
|
+
line-height: 49px;
|
|
1773
|
+
}
|
|
1774
|
+
.omni-layout-app .omni-notice-box .tool-head-close:focus,
|
|
1775
|
+
.omni-layout-app .omni-notice-box .tool-head-close:active {
|
|
1776
|
+
outline: none;
|
|
1777
|
+
}
|
|
1778
|
+
.omni-layout-app .omni-notice-box .tool-head-close .anticon {
|
|
1779
|
+
color: #666;
|
|
1769
1780
|
}
|
|
1770
1781
|
.omni-layout-app .omni-notice-box .tool-head-close,
|
|
1771
1782
|
.omni-layout-app .omni-notice-box .tool-head-title,
|
|
@@ -1837,6 +1848,19 @@ html {
|
|
|
1837
1848
|
color: #2684ff;
|
|
1838
1849
|
padding-top: 0;
|
|
1839
1850
|
}
|
|
1851
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button {
|
|
1852
|
+
color: #2684ff;
|
|
1853
|
+
padding-top: 0;
|
|
1854
|
+
border: 0;
|
|
1855
|
+
background: transparent;
|
|
1856
|
+
cursor: pointer;
|
|
1857
|
+
line-height: 21px;
|
|
1858
|
+
font-size: 12px;
|
|
1859
|
+
}
|
|
1860
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button:focus,
|
|
1861
|
+
.omni-layout-app .omni-notice-box .message-dd-hover button:active {
|
|
1862
|
+
outline: none;
|
|
1863
|
+
}
|
|
1840
1864
|
.omni-layout-app .omni-notice-box .nav-message-text {
|
|
1841
1865
|
float: left;
|
|
1842
1866
|
width: 120px;
|