可信代码库-样式修改
This commit is contained in:
@@ -455,3 +455,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.repo-setting-modal {
|
||||
//width: 600px;
|
||||
|
||||
.devui-modal__body {
|
||||
padding: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<d-modal v-model="visible" class="w-[900px] repo-setting-modal">
|
||||
<d-modal style="width: 900px" v-model="visible" class="w-[900px] repo-setting-modal">
|
||||
<template #header>
|
||||
<gc-modal-header>
|
||||
<span class="text-G900 text-base font-bold leading-[24px]">企业认证</span>
|
||||
|
||||
Reference in New Issue
Block a user