










操作列css每个按钮a后面加竖线.css operation_class
.operation_class {
display: inline-block;
}
.operation_class a::after {
content: "|";
display: inline-block;
user-select: none;
color: #999;
margin: 0 5px;
}
.operation_class a:last-child::after {
content: "";
margin: 0;
display: none;
}
---------------------------------------------
生活的意义就是你自己知道你要做什么,明确目标。没有目标,后面都是瞎扯!
https://pengchenggang.github.io/vuejsdev-com-github/
SMART原则:
目标必须是具体的(Specific)
目标必须是可以衡量的(Measurable)
目标必须是可以达到的(Attainable)
目标必须和其他目标具有相关性(Relevant)
目标必须具有明确的截止期限(Time-based)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。