From a35c22f3f1f9f2089ad3fe1f3c56c603c6ebc336 Mon Sep 17 00:00:00 2001 From: dongwug Date: Tue, 25 Oct 2022 18:11:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=80=89=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E8=AF=95=20=20=E6=B7=BB=E5=8A=A0=E5=AD=A6=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=80=89=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddCase.vue | 4 ++-- src/views/learningpath/LevelAddDetail.vue | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/components/drawers/AddCase.vue b/src/components/drawers/AddCase.vue index 86eec845..d277baac 100644 --- a/src/components/drawers/AddCase.vue +++ b/src/components/drawers/AddCase.vue @@ -129,7 +129,7 @@ tableData1: [ { key: "1", - title: "基于BOE显示PNL工厂的工序平1111111111111111111122222333335555", + title: "基于BOE显示PNL工厂的工序平1111112222222221111111111111122222333335555", name: "李玉冰", time: "2022-10-31 23:12:00", }, @@ -322,7 +322,7 @@ } .ant-table-selection-column { padding: 0px !important; - padding-left: 60px !important; + padding-left:15px !important; } .ant-table-thead > tr > th { background-color: rgba(239, 244, 252, 1); diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index c43cc039..d3f7063f 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -389,7 +389,7 @@ -
+
{ return ( @@ -1823,6 +1823,19 @@ export default { bottom: 0px; } } + .tablebox1 { + margin-bottom: 80px; + .pa { + left: 0; + width: 100%; + // height: 20px; + // background-color: red; + display: flex; + justify-content: center; + position: absolute; + bottom: 0px; + } + } } } .Gcon {