mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:28:24 +08:00
feat: update style
This commit is contained in:
parent
d5dc6912e4
commit
0cc022c702
|
@ -204,6 +204,8 @@ const deleteClickOp = (e) => {
|
|||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import url('../base/index.less');
|
||||
|
||||
.detail-deploy {
|
||||
:deep(.t-card) {
|
||||
padding: 8px;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<t-row>
|
||||
<t-col :span="10">
|
||||
<t-row :gutter="[16, 24]">
|
||||
<t-col :flex="1">
|
||||
<t-col :span="4">
|
||||
<t-form-item label="合同名称" name="name">
|
||||
<t-input
|
||||
v-model="formData.name"
|
||||
|
@ -23,7 +23,7 @@
|
|||
/>
|
||||
</t-form-item>
|
||||
</t-col>
|
||||
<t-col :flex="1">
|
||||
<t-col :span="4">
|
||||
<t-form-item label="合同状态" name="status">
|
||||
<t-select
|
||||
v-model="formData.status"
|
||||
|
@ -33,7 +33,7 @@
|
|||
/>
|
||||
</t-form-item>
|
||||
</t-col>
|
||||
<t-col :flex="1">
|
||||
<t-col :span="4">
|
||||
<t-form-item label="合同编号" name="no">
|
||||
<t-input
|
||||
v-model="formData.no"
|
||||
|
@ -43,7 +43,7 @@
|
|||
/>
|
||||
</t-form-item>
|
||||
</t-col>
|
||||
<t-col :flex="1">
|
||||
<t-col :span="4">
|
||||
<t-form-item label="合同类型" name="type">
|
||||
<t-select
|
||||
v-model="formData.type"
|
||||
|
|
|
@ -7,6 +7,23 @@
|
|||
width: fit-content;
|
||||
}
|
||||
|
||||
.t-button + .t-button {
|
||||
margin-left: var(--tdvns-spacer);
|
||||
}
|
||||
|
||||
.t-jumper-jumper {
|
||||
.t-button + .t-button {
|
||||
margin-left: 0
|
||||
}
|
||||
}
|
||||
.tdesign-starter-link {
|
||||
color: var(--td-brand-color);
|
||||
text-decoration: none;
|
||||
margin-right: 24px;
|
||||
cursor: pointer;
|
||||
transition: color .2s cubic-bezier(.38,0,.24,1);
|
||||
}
|
||||
|
||||
.left-operation-container,.operation-container {
|
||||
.t-button + .t-button {
|
||||
margin-left: var(--tdvns-spacer);
|
||||
|
|
Loading…
Reference in New Issue
Block a user