Commit b36f4d40 by zhangleyuan

feat:处理任务排序的样式

parent f751e670
...@@ -87,6 +87,20 @@ ...@@ -87,6 +87,20 @@
padding:16px 16px 16px 51px; padding:16px 16px 16px 51px;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.operate{
.operate__item{
cursor:pointer;
margin-left:16px;
color:#666666;
font-size:14px;
.icon{
color:#999;
}
.text{
margin-left:8px;
}
}
}
.course-info{ .course-info{
.ant-form{ .ant-form{
display:inline-block; display:inline-block;
......
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