Commit bd4df955 by guomingpang

style:培训计划表格样式修改

parent dfdaca8b
......@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:46:46
* @LastEditors: fusanqiasng
* @LastEditTime: 2021-06-01 10:46:47
* @LastEditTime: 2021-06-01 11:45:34
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......
......@@ -4,6 +4,20 @@
text-align: right;
margin-right: 45px;
}
.ant-table-thead .ant-table-cell {
padding: 10px 12px !important;
}
.ant-table-tbody {
tr {
td {
&.ant-table-cell {
padding: 20px 12px !important;
color: #333;
}
}
}
}
.plan-list-table {
tbody {
tr {
......@@ -29,17 +43,15 @@
}
.plan_name_item {
display: flex;
align-items: center;
.plan-cover {
min-width: 97px;
max-width: 97px;
height: 50px;
width: 106px;
height: 60px;
border-radius: 2px;
margin-right: 8px;
}
.plan-name {
color: #666;
width: 188px;
overflow: hidden;
text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment