fix: style adjust
This commit is contained in:
6
hx-ai-intelligent/src/icon/trigger.svg
Normal file
6
hx-ai-intelligent/src/icon/trigger.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<svg width="20" height="9" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g id="Group 6356610" opacity="0.65">
|
||||||
|
<path id="Vector" d="M6.89084 5.13637L9.85448 8.1L8.95448 9L4.45446 4.49997L8.95448 -8.86233e-07L9.85448 0.899993L6.89091 3.86357L19.0918 3.86351L19.0918 5.13631L6.89084 5.13637Z" fill="white" fill-opacity="0.3"/>
|
||||||
|
<path id="Vector_2" d="M1.27246 0.0904379L1.27246 9L-0.000335336 9L-0.000334557 0.0904378L1.27246 0.0904379Z" fill="white" fill-opacity="0.65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 503 B |
@@ -43,7 +43,6 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
|
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<a-drawer
|
<a-drawer
|
||||||
:width="1200"
|
:width="1200"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
@@ -66,6 +65,7 @@
|
|||||||
@cancel="handleClose">
|
@cancel="handleClose">
|
||||||
<ns-form :schemas="formSchema2" :model="formData2" />
|
<ns-form :schemas="formSchema2" :model="formData2" />
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Modal } from 'ant-design-vue';
|
import { Modal } from 'ant-design-vue';
|
||||||
@@ -223,7 +223,6 @@
|
|||||||
{
|
{
|
||||||
title: '序号',
|
title: '序号',
|
||||||
dataIndex: 'address',
|
dataIndex: 'address',
|
||||||
width: 80,
|
|
||||||
customRender: (text: any) => {
|
customRender: (text: any) => {
|
||||||
return text.index + 1;
|
return text.index + 1;
|
||||||
},
|
},
|
||||||
@@ -651,10 +650,14 @@
|
|||||||
.left {
|
.left {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
/* height: 95vh; */
|
/* height: 95vh; */
|
||||||
height: 92.7vh;
|
// height: 92.7vh;
|
||||||
border-right: 5px solid rgb(229, 235, 240);
|
border-right: 5px solid rgb(229, 235, 240);
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
.right {
|
||||||
|
flex: 1;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
.top {
|
.top {
|
||||||
height: 46vh;
|
height: 46vh;
|
||||||
border-bottom: 5px solid rgb(229, 235, 240);
|
border-bottom: 5px solid rgb(229, 235, 240);
|
||||||
|
@@ -311,9 +311,7 @@
|
|||||||
authorizationStore.clearAuthorization();
|
authorizationStore.clearAuthorization();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const updatePassWord = () => {
|
|
||||||
router.push('/synthetical/user/updatePassWord');
|
|
||||||
};
|
|
||||||
const currentThemeColor = ref(null);
|
const currentThemeColor = ref(null);
|
||||||
function changeTheme(color: string) {
|
function changeTheme(color: string) {
|
||||||
replaceStyleVariables({ colorVariables: [...getThemeColors(color)] });
|
replaceStyleVariables({ colorVariables: [...getThemeColors(color)] });
|
||||||
@@ -377,7 +375,6 @@
|
|||||||
changeTheme,
|
changeTheme,
|
||||||
userName,
|
userName,
|
||||||
dropOut,
|
dropOut,
|
||||||
updatePassWord,
|
|
||||||
getOPMenu,
|
getOPMenu,
|
||||||
configStore,
|
configStore,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user