滚动条设置
This commit is contained in:
parent
6e5eec06fe
commit
cf472e7a26
|
|
@ -20,7 +20,7 @@ import {
|
||||||
i18n
|
i18n
|
||||||
} from '../public/i18n';
|
} from '../public/i18n';
|
||||||
import AttachToNumberField from './NewNumberField';
|
import AttachToNumberField from './NewNumberField';
|
||||||
import "../style/common.less";
|
|
||||||
|
|
||||||
export default class NewAndEditDialog extends React.Component {
|
export default class NewAndEditDialog extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,3 @@
|
||||||
/**
|
|
||||||
* @Author: 程亮
|
|
||||||
* @Date: 2022-05-18 16:23:32
|
|
||||||
* @LastEditTime: 2023-08-08 11:23:40
|
|
||||||
* @Description:
|
|
||||||
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/company.js
|
|
||||||
*/
|
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import * as mobx from 'mobx'
|
import * as mobx from 'mobx'
|
||||||
import {
|
import {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ import {
|
||||||
i18n
|
i18n
|
||||||
} from '../../public/i18n';
|
} from '../../public/i18n';
|
||||||
|
|
||||||
import '../../style/card.less';
|
|
||||||
import FormItem from './FormItem';
|
import FormItem from './FormItem';
|
||||||
import IframeItem from './IframeItem';
|
import IframeItem from './IframeItem';
|
||||||
import AnchorDetect from './AnchorDetect';
|
import AnchorDetect from './AnchorDetect';
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,6 @@ import {
|
||||||
i18n
|
i18n
|
||||||
} from '../../public/i18n';
|
} from '../../public/i18n';
|
||||||
|
|
||||||
//import '../../style/common.less';
|
|
||||||
import '../../style/resource.less';
|
|
||||||
|
|
||||||
import NewAndEditDialog from '../NewAndEditDialog';
|
import NewAndEditDialog from '../NewAndEditDialog';
|
||||||
import { renderNoright } from '../../util';
|
import { renderNoright } from '../../util';
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,6 @@ export class ResourceStore {
|
||||||
@action("列表") getTableInfo() {
|
@action("列表") getTableInfo() {
|
||||||
this.tableStore = new TableStore();
|
this.tableStore = new TableStore();
|
||||||
let params = {};
|
let params = {};
|
||||||
debugger;
|
|
||||||
if(this.isEmptyObject(this.radioParams)) {
|
if(this.isEmptyObject(this.radioParams)) {
|
||||||
params = {
|
params = {
|
||||||
...this.selectTreeNodeInfo,
|
...this.selectTreeNodeInfo,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
|
|
||||||
// #container {
|
|
||||||
// background-color: #e5eaf2;
|
|
||||||
// }
|
|
||||||
//我的卡片样式
|
//我的卡片样式
|
||||||
.gutter-resource-card {
|
.gutter-resource-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -209,9 +206,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-spin {
|
.scroll-spin {
|
||||||
margin-left: 50%;
|
margin-left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,26 +22,25 @@ body {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 字体设置
|
||||||
|
// div,span {
|
||||||
|
// font-size: 16px !important;
|
||||||
|
// }
|
||||||
|
|
||||||
#container,
|
|
||||||
body,
|
#container {
|
||||||
html {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: scroll !important;
|
overflow: scroll !important;
|
||||||
scrollbar-width: none; //火狐滚动条处理
|
scrollbar-width: none; //火狐滚动条处理
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 0px;
|
|
||||||
height: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//列表滚动条
|
//列表滚动条
|
||||||
.wea-new-table {
|
.wea-new-table,.wea-table-edit {
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px !important;
|
width: 10px !important;
|
||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
|
|
@ -49,7 +48,6 @@ html {
|
||||||
}
|
}
|
||||||
/*定义滚动条轨道 内阴影+圆角*/
|
/*定义滚动条轨道 内阴影+圆角*/
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
-webkit-box-shadow: transparent;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
/*定义滑块 内阴影+圆角*/
|
/*定义滑块 内阴影+圆角*/
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.resume-table {
|
.resume-table {
|
||||||
margin-top: 20px;
|
margin: 20px auto;
|
||||||
.photos{
|
.photos{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue