update: 样式更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<slot name="title"></slot>
|
<slot name="title"></slot>
|
||||||
<d-form :layout="props.layout" :label-size="'lg'">
|
<d-form :layout="props.layout" :label-align="'end'">
|
||||||
<d-row :gutter="16">
|
<d-row :gutter="16">
|
||||||
<d-col :span="8">
|
<d-col :span="8">
|
||||||
<d-form-item field="license" label="license">
|
<d-form-item field="license" label="license">
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<Panel :expand="rowItem.expand">
|
<Panel :expand="rowItem.expand">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="ai-panel-header">
|
<div class="ai-panel-header">
|
||||||
<div style="padding: 20px 20px 0px 20px;">
|
<div style="padding: 25px 8px 0px 20px;">
|
||||||
<img style="width: 60px; height: 50px;" src="@/assets/imgs/jyh/warning.png">
|
<img style="width: 36px; height: 33px;" src="@/assets/imgs/jyh/warning.png">
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%; padding: 20px 20px 0px 0;">
|
<div style="width: 100%; padding: 20px 20px 0px 0;">
|
||||||
<div class="ai-panel-header-title">
|
<div class="ai-panel-header-title">
|
||||||
<div>
|
<div>
|
||||||
<d-tag color="red-w98" class="mr-1">严重</d-tag>
|
<d-tag color="red-w98" class="mr-1" size="sm">严重</d-tag>
|
||||||
<span>Morgan</span>
|
<span>Morgan</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="cursor: pointer; display: flex; gap: 8px; align-items: center;" @click="rowItem.expand = !rowItem.expand">
|
<div style="cursor: pointer; display: flex; gap: 8px; align-items: center;" @click="rowItem.expand = !rowItem.expand">
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #body>
|
<template #body>
|
||||||
<div style="padding: 20px; width: 100%;">
|
<div style="padding: 8px 20px 20px 20px; width: 100%;">
|
||||||
<Table :tableConfig="tableConfig" :dataSource="rowItem.data.listData"/>
|
<Table :tableConfig="tableConfig" :dataSource="rowItem.data.listData"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -166,6 +166,7 @@ const list = ref([
|
|||||||
.ai-panel-header {
|
.ai-panel-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
height: 80px;
|
||||||
&-title {
|
&-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user