保存进度!

This commit is contained in:
2023-02-15 18:23:32 +08:00
parent 7edf78f1cc
commit 4ec93a0567
4 changed files with 9 additions and 153 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-02-15 11:30:04
* @LastEditTime: 2023-02-15 14:40:33
* @FilePath: /task_schedule/src/App.vue
* @Description:
*
@@ -68,7 +68,7 @@ export default {
}
.counter_wrapper {
width: 300px;
width: 500px;
margin-left: auto;
margin-right: 20px;
}
@@ -78,7 +78,9 @@ export default {
}
.counter_wrapper span {
display: block;
font-size: 150px;
text-align: right;
}
</style>