Parcourir la source

Increase drawer width to cancel line breaks

陈帅 il y a 7 ans
Parent
commit
1cb8f04f3f

+ 1 - 1
src/components/SettingDrawer/index.js

@@ -115,7 +115,7 @@ class SettingDrawer extends PureComponent {
     return (
       <Drawer
         visible={collapse}
-        width={273}
+        width={300}
         onClose={this.togglerContent}
         placement="right"
         handler={

+ 1 - 1
src/components/SettingDrawer/index.less

@@ -56,7 +56,7 @@
   background: @primary-color;
   width: 48px;
   height: 48px;
-  right: 273px;
+  right: 300px;
   display: flex;
   justify-content: center;
   align-items: center;