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