From 1c4d3b38404bee5c78e6ae5658165be7412c8e39 Mon Sep 17 00:00:00 2001 From: ZxBing0066 Date: Thu, 6 May 2021 12:15:53 +0800 Subject: [PATCH] feat(Drawer): change background wrap --- src/components/Drawer/style/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Drawer/style/index.js b/src/components/Drawer/style/index.js index d386e1dd..11b4998c 100644 --- a/src/components/Drawer/style/index.js +++ b/src/components/Drawer/style/index.js @@ -122,13 +122,13 @@ export const DrawerWrap = withProps({ height: 100%; width: 100%; overflow: auto; + background: ${DT.T_COLOR_BG_DEFAULT_NORMAL}; } .${prefixCls}-content-wrapper { height: 100%; width: 100%; position: absolute; - background: ${DT.T_COLOR_BG_DEFAULT_NORMAL}; } .${prefixCls}-content-wrapper, .${prefixCls}-mask { transition: all 0.1s;