Przeglądaj źródła

chore: 移除common.scss中drwaer通用样式至组件文件夹下

lanjianrong 5 lat temu
rodzic
commit
ce664d0f01

+ 1 - 1
src/basic

@@ -1 +1 @@
-Subproject commit 5720d2fcd920829b2ec02196281d5bc5a0a0ec07
+Subproject commit d8887e51c41989105fadf51adbd1c33797845666

+ 1 - 1
src/components/PopContactForm/index.jsx

@@ -15,7 +15,7 @@ import {
 import React, { useState, useEffect } from 'react'
 import { connect } from 'dva'
 import SvgIcon from '@/components/SvgIcon'
-// import styles from './index.less'
+import './index.scss'
 
 const Popcontactform = props => {
   // 浏览器实际宽度

+ 0 - 1
src/components/PopContactForm/index.less

@@ -1 +0,0 @@
-@import '~antd/es/style/themes/default.less';

+ 19 - 0
src/components/PopContactForm/index.scss

@@ -0,0 +1,19 @@
+// 弹窗左右结构
+.sheet-left-panel {
+  height: 834px;
+  overflow-x: hidden;
+  overflow-y: auto;
+}
+.sheet-right-panel {
+  height: 385px;
+  overflow-x: hidden;
+  overflow-y: auto;
+}
+.sheet-btns {
+  height: 54px;
+}
+.sheet-panel-record {
+  height: 395px;
+  overflow-x: hidden;
+  overflow-y: auto;
+}

+ 1 - 1
src/pages/Customer/Contact/index.jsx

@@ -284,7 +284,7 @@ const Contact = props => {
         options={{
           search: true
         }}
-        scroll={{ x: 1500, y: 600 }}
+        scroll={{ x: 1500, y: 200 }}
         columnsStateMap={columnsStateMap}
         onColumnsStateChange={map => setColumnsStateMap(map)}
         headerTitle="联系人"