Commit 3da0fd27 authored by afc163's avatar afc163

Updates

parent 17f71f36
...@@ -4675,9 +4675,9 @@ body { ...@@ -4675,9 +4675,9 @@ body {
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
background: #fff; background: #fff;
line-height: 46px; line-height: 46px;
-webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transition: background .3s, width .2s;
-o-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: background .3s, width .2s;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); transition: background .3s, width .2s;
} }
.ant-menu-hidden { .ant-menu-hidden {
display: none; display: none;
...@@ -5357,9 +5357,9 @@ body { ...@@ -5357,9 +5357,9 @@ body {
flex: auto; flex: auto;
} }
.ant-layout-sider { .ant-layout-sider {
-webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transition: all .2s;
-o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all .2s;
transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all .2s;
position: relative; position: relative;
background: #00182E; background: #00182E;
/* fix firefox can't set width smaller than content on flex item */ /* fix firefox can't set width smaller than content on flex item */
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment