Skip to content

Commit

Permalink
style: 客户端文件窗口样式
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 25, 2021
1 parent fefcd68 commit 7318b89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.4.49",
"version": "0.4.50",
"description": "DooTask is task management system.",
"main": "main.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.4.49",
"version": "0.4.50",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
3 changes: 3 additions & 0 deletions resources/assets/js/pages/single/file.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
.electron-file {
display: flex;
align-items: center;
.file-content {
border-radius: 0;
}
}
</style>
<script>
Expand Down

0 comments on commit 7318b89

Please sign in to comment.