fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<!-- 设备列表 -->
|
||||
<div
|
||||
class="device-selection-info"
|
||||
style="display: flex; justify-content: space-between; align-items: center"
|
||||
style="display: flex; align-items: center; justify-content: space-between"
|
||||
>
|
||||
<span>已选择 {{ selectedAvailableDevices.length }} 台设备</span>
|
||||
<ElButton
|
||||
@@ -1057,12 +1057,13 @@
|
||||
.enterprise-devices-page {
|
||||
.card-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.enterprise-info-card {
|
||||
margin-bottom: 16px;
|
||||
|
||||
:deep(.el-card__body) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user