Browse Source

fix:调整按钮样式

master
白凤吉 3 weeks ago
parent
commit
b92a15ea85
  1. 1
      src/components/home/HomeLogLevel.vue
  2. 2
      src/views/liquid/index.vue

1
src/components/home/HomeLogLevel.vue

@ -82,5 +82,6 @@ $input-height: 3rem;
} }
.el-button { .el-button {
background-color: #2892F3 !important; background-color: #2892F3 !important;
border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
} }
</style> </style>

2
src/views/liquid/index.vue

@ -183,7 +183,7 @@ const onStopDrainLiquid = async () => {
type="primary" type="primary"
:button-text="`${liquidTotoal}g`" :button-text="`${liquidTotoal}g`"
bg-color="#2892F3" bg-color="#2892F3"
border-radius="0"
border-radius="0 var(--el-border-radius-base) var(--el-border-radius-base) 0"
text-color="#ffffff" text-color="#ffffff"
height="4rem" height="4rem"
text-size="24px" text-size="24px"

Loading…
Cancel
Save