commit
This commit is contained in:
@@ -446,7 +446,7 @@ const apps = {
|
||||
}
|
||||
|
||||
/* 菜单弹框样式 */
|
||||
::v-deep .menu-popup {
|
||||
/deep/ .menu-popup {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -454,7 +454,7 @@ const apps = {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
::v-deep .popup-header {
|
||||
/deep/ .popup-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -463,26 +463,26 @@ const apps = {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
::v-deep .popup-title {
|
||||
/deep/ .popup-title {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #323233;
|
||||
}
|
||||
|
||||
::v-deep .close-icon {
|
||||
/deep/ .close-icon {
|
||||
font-size: 18px;
|
||||
color: #969799;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
::v-deep .menu-grid {
|
||||
/deep/ .menu-grid {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
::v-deep .grid-item {
|
||||
/deep/ .grid-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -493,12 +493,12 @@ const apps = {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
::v-deep .grid-item:active {
|
||||
/deep/ .grid-item:active {
|
||||
transform: scale(0.95);
|
||||
background: #f2f3f5;
|
||||
}
|
||||
|
||||
::v-deep .grid-icon {
|
||||
/deep/ .grid-icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 12px;
|
||||
@@ -510,7 +510,7 @@ const apps = {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .grid-name {
|
||||
/deep/ .grid-name {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #323233;
|
||||
@@ -524,25 +524,25 @@ const apps = {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
::v-deep .grid-desc {
|
||||
/deep/ .grid-desc {
|
||||
font-size: 12px;
|
||||
color: #969799;
|
||||
text-align: center;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
::v-deep .menu-name {
|
||||
/deep/ .menu-name {
|
||||
font-size: 16px;
|
||||
color: #323233;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
::v-deep .menu-desc {
|
||||
/deep/ .menu-desc {
|
||||
font-size: 12px;
|
||||
color: #969799;
|
||||
}
|
||||
|
||||
::v-deep .menu-arrow {
|
||||
/deep/ .menu-arrow {
|
||||
font-size: 16px;
|
||||
color: #c8c9cc;
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ const home = {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.act-list ::v-deep .act-item-wrapper-tag{
|
||||
.act-list /deep/ .act-item-wrapper-tag{
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
|
||||
@@ -282,7 +282,7 @@ const todo = {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
::v-deep .filter-section {
|
||||
/deep/ .filter-section {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
@@ -307,46 +307,46 @@ const todo = {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
::v-deep .task-item {
|
||||
/deep/ .task-item {
|
||||
margin-bottom: 12px;
|
||||
overflow: hidden;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
::v-deep .task-content {
|
||||
/deep/ .task-content {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
::v-deep .task-title {
|
||||
/deep/ .task-title {
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
margin-bottom: 8px;
|
||||
color: #323233;
|
||||
}
|
||||
|
||||
::v-deep .task-info {
|
||||
/deep/ .task-info {
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
color: #969799;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
::v-deep .task-info-label {
|
||||
/deep/ .task-info-label {
|
||||
width: 70px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
::v-deep .task-info-value {
|
||||
/deep/ .task-info-value {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
::v-deep .task-footer {
|
||||
/deep/ .task-footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
::v-deep .empty-section {
|
||||
/deep/ .empty-section {
|
||||
padding: 40px 0;
|
||||
text-align: center;
|
||||
color: #969799;
|
||||
|
||||
Reference in New Issue
Block a user