Browse Source

all

hanyuqing
hanyuqing 3 months ago
parent
commit
a804254e30
  1. 11
      vue/src/system/GraphStyle.vue

11
vue/src/system/GraphStyle.vue

@ -1065,14 +1065,13 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 12px; background-color:#f6f9fc !important;
background-color: #f3f3f3 !important; padding: 7px 15px;
margin-bottom: 6px; margin-bottom: 10px;
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
border: none !important;
transition: all 0.2s; transition: all 0.2s;
border-bottom: 1px solid #d1d5db !important; border: 1px solid #E2E5EA;
} }
.config-card:hover { .config-card:hover {
@ -1092,7 +1091,6 @@ export default {
.card-left { .card-left {
display: flex; display: flex;
flex-direction: column;
align-items: flex-start; align-items: flex-start;
flex: 1; flex: 1;
min-width: 0; min-width: 0;
@ -1108,6 +1106,7 @@ export default {
border-right: none; border-right: none;
flex-shrink: 0; flex-shrink: 0;
height: auto; height: auto;
margin-top: 4px;
} }
.config-checkbox { .config-checkbox {
margin: 0; margin: 0;

Loading…
Cancel
Save