Skip to content

Fix(release): Repair the style of the todoList. #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/views/dashboard/admin/components/TodoList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,8 @@ export default class extends Vue {

.todo-list li.editing .edit {
display: block;
width: 506px;
padding: 12px 16px;
margin: 0 0 0 43px;
margin: 0;
}

.todo-list li.editing .view {
Expand Down Expand Up @@ -364,7 +363,7 @@ export default class extends Vue {

.todo-list li label {
word-break: break-all;
padding: 15px 15px 15px 50px;
padding: 15px 25px 15px 50px;
display: block;
line-height: 1.0;
font-size: 14px;
Expand All @@ -380,7 +379,7 @@ export default class extends Vue {
display: none;
position: absolute;
top: 0;
right: 10px;
right: 0;
bottom: 0;
width: 40px;
height: 40px;
Expand Down