weaver_trunk_cli/pc4mobx/prj/components/comp/weaPrjFieldSetTableEdit/style/index.css

102 lines
2.1 KiB
CSS

.wea-cpt-table-edit{
padding-top: 20px;
padding-left: 25px;
padding-right: 25px;
}
.wea-cpt-table-edit .wea-title {
font-size: 15px;
color: #484848;
padding-bottom: 10px;
padding-left: 10px;
border-bottom: solid 1px #ebebeb;
}
.wea-cpt-table-edit .wea-title i {
cursor: pointer;
}
.wea-cpt-table-edit .wea-title button {
width: 20px;
height: 20px;
text-align: center;
padding: 0;
margin-right: 15px;
}
.wea-cpt-table-edit .ant-table-tbody>tr>td {
padding: 10px 8px;
word-break: break-all;
}
.table-edit-opertion button {
width: 20px;
height: 20px;
text-align: center;
padding: 0;
margin-right: 15px;
}
.wea-cpt-table-edit .ant-table-thead>tr>th {
background-color: #f8fcff;
}
.wea-cpt-table-edit .ant-table-thead>tr>th {
padding-top: 14px;
padding-bottom: 14px;
}
.wea-cpt-table-edit .ant-table-thead th {
border-bottom: 1px solid #eaeaea;
font-weight: 400;
}
.wea-cpt-table-edit .ant-table,.wea-cpt-table-edit .ant-table table {
border-radius: 0;
}
.wea-cpt-table-edit .ant-btn-sm {
border-radius: 0;
}
.wea-cpt-table-edit-wf{
padding-top: 8px;
}
.wea-cpt-table-edit-wf .wea-title {
font-size: 15px;
color: #484848;
padding-bottom: 10px;
padding-left: 10px;
border-bottom: solid 1px #ebebeb;
}
.wea-cpt-table-edit-wf .wea-title i {
cursor: pointer;
}
.wea-cpt-table-edit-wf .wea-title button {
width: 20px;
height: 20px;
text-align: center;
padding: 0;
margin-right: 15px;
}
.wea-cpt-table-edit-wf .ant-table-tbody>tr>td {
padding: 10px 8px;
word-break: break-all;
}
.table-edit-opertion button {
width: 20px;
height: 20px;
text-align: center;
padding: 0;
margin-right: 15px;
}
.wea-cpt-table-edit-wf .ant-table-thead>tr>th {
background-color: #f8fcff;
}
.wea-cpt-table-edit-wf .ant-table-thead>tr>th {
padding-top: 14px;
padding-bottom: 14px;
}
.wea-cpt-table-edit-wf .ant-table-thead th {
border-bottom: 1px solid #eaeaea;
font-weight: 400;
}
.wea-cpt-table-edit-wf .ant-table,.wea-cpt-table-edit-wf .ant-table table {
border-radius: 0;
}
.wea-cpt-table-edit-wf .ant-btn-sm {
border-radius: 0;
}