diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 70ba5d95..c483354d 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -3,24 +3,25 @@
用户名:{{ name }}
- 消息通知 - -
- - - {{ sudoku.name }} + +
+ + + +

{{ sudoku.name }}

-
- -
+ +
+ +
- + {{ value1.title }}
- -
-
{{ value2.title }}
+ + +

{{ value2.title }}

@@ -37,6 +38,7 @@ export default { name: 'Dashboard', data() { return { + colors: ['rgb(162,126,253)', 'rgb(254,178,0)', 'rgb(66,222,144)', 'rgb(68,176,254)', 'rgb(255,87,116)'], sudokus: [], curSelect: null, number: '', @@ -174,13 +176,13 @@ export default { .sudoku_item{ margin-top: 24ps; margin-bottom: 20px; - margin-left: 20px; + margin-right: 20px; border: 0 solid red; display: flex; justify-content: center; align-items: center; flex-direction: column; - width:15%; + width:240px; height: 80px; /*padding-top: 20px;*/ /*padding-bottom: 10px;*/ @@ -203,12 +205,11 @@ export default { flex-direction: column; width:15%; height: 80px; - padding-top: 20px; - margin: 20px; + padding-top: 30px; /*padding-bottom: 10px;*/ } .sudoku_item1:hover { - border: 2px solid white; + border: 2px solid rgb(135,187,224); } .sudoku_item1 img{ margin-bottom: 3px;