12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .actionDynamic {
- .comments {
- margin-bottom: 15px;
- .name {
- color: var(--font-1);
- }
- .time {
- display: inline-block;
- margin-left: 20px;
- color: var(--font-3);
- font-size: 12px;
- }
- .content {
- color: var(--font-1);
- }
- }
- .btn {
- text-align: right;
- margin: 20px 0px;
- }
- .tabbox {
- max-height: 300px;
- overflow-y: auto;
- // margin: 10px 0px;
- }
- .changeRecordItem {
- margin-bottom: 15px;
- color: var(--font-1);
- .operator {
- display: inline-block;
- width: 100px;
- }
- .remark {
- display: inline-block;
- flex: 1;
- width: 100px;
- }
- .time {
- width: 160px;
- margin-left: 16px;
- }
- }
- }
|