feat:修改创建关卡多选框样式以及关卡tab

This commit is contained in:
李晓鸽
2022-10-11 18:44:03 +08:00
parent 52585f781e
commit 866d114b2a
4 changed files with 88 additions and 23 deletions

View File

@@ -48,7 +48,7 @@
<div class="sametab">
<div class="Lhead">
<a-input
v-model:value="value"
v-model:value="gatename"
style="width: 270px; height: 40px; border-radius: 8px"
placeholder="关卡名称"
/>
@@ -268,6 +268,7 @@ export default {
methods: {},
setup() {
const state = reactive({
gatename: null, //关卡名称
projectNameList: [
{
id: 1,
@@ -354,7 +355,7 @@ export default {
},
};
</script>
<style scoped lang="scss">
<style lang="scss">
.clearfix:before,
.clearfix:after {
content: " ";
@@ -513,6 +514,11 @@ export default {
margin-top: 10px;
// margin-left: 10px;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
margin-left: 0px !important;
padding-left: 32px !important;
}
.cont {
display: flex;
.pad {