提交 893d0051 authored 作者: 徐立's avatar 徐立

回退样式

上级 8cc8187f
......@@ -421,10 +421,22 @@ export default class ZdyTable extends Component {
const borderStyleTwo = { // 处理隐藏组件边框样式问题
borderRight: "1px solid gray",
borderLeft: "1px solid gray",
borderTop: "1px solid gray"
borderTop: "1px solid gray",
}
let updateTime
const styleDiv = this.props.height ? { overflow: "auto", width: "100%", height: this.props.height } : { overflow: "auto", width: "100%" }
const styleDiv = this.props.height ?
{
overflow: "auto",
width: "100%",
height: this.props.height,
paddingBottom:'10px'
}
: {
overflow: "auto",
width: "100%",
paddingBottom:'10px'
}
if (!isReady) return <></>
if (this.props.postData?.isUpdate) {
updateTime = moment(+this.props.postData?.updateTime).format('llll')
......
......@@ -6,9 +6,9 @@
margin-bottom: 2.5px;
margin-top: 2.5px;
}
#web_table .ant-form-item-control{
line-height: 20px;
}
// #web_table .ant-form-item-control{
// line-height: 20px;
// }
#mobile_table .am-list-item{
//background-color: rgba(238, 238, 238, 0.801);
border-radius: 4px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论