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