feat:新增编辑在线弹窗

This commit is contained in:
dongwug
2022-10-18 11:36:38 +08:00
parent fc45ee3390
commit 13ddba8ef5
3 changed files with 82 additions and 72 deletions

View File

@@ -24,7 +24,7 @@
<div class="fi_input">
<a-input
v-model:value="value1"
style="width: 270px; height: 40px; border-radius: 8px"
style="width: 240px; height: 40px; border-radius: 8px"
placeholder="请输入项目名称"
/>
</div>
@@ -34,7 +34,7 @@
<div class="select">
<a-select
dropdownClassName="dropdown-style"
style="width: 200px"
style="width: 240px"
placeholder="请选择"
:options="options1"
allowClear
@@ -283,7 +283,7 @@ import { reactive, toRefs, ref } from "vue";
},
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
@@ -307,18 +307,24 @@ import { reactive, toRefs, ref } from "vue";
.main_items{
display: flex;
justify-content: space-between;
margin-bottom: 32px;
margin-bottom: 12px;
flex-wrap: wrap;
.mi_ipts{
display: flex;
margin-bottom: 20px;
.mii_ipt{
display: flex;
align-items: center;
margin-right: 24px;
.ipt_name{
white-space: nowrap;
}
}
}
.mi_btns{
display: flex;
margin-left: 38px;
margin-bottom: 20px;
cursor: pointer;
.btn {
padding: 0px 26px 0px 26px;