Skip to content

Commit a6fc388

Browse files
author
Xun Qiao
committed
change style
1 parent 358a933 commit a6fc388

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/form_elements/Properties.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</el-form-item> -->
5151

5252
<el-form-item label="Options" v-show="activeForm.options">
53-
<ul>
53+
<ul class="properties__optionsul">
5454
<li v-for="(item, index) in activeForm.options" :key="index" class="properties__optionslist">
5555
<el-row :gutter="5">
5656
<el-col :xs="20" :sm="20" :md="20" :lg="20" :xl="20">
@@ -112,4 +112,7 @@ export default {
112112
list-style: none;
113113
list-style-type: none;
114114
}
115+
.properties__optionsul {
116+
padding: 0px;
117+
}
115118
</style>

0 commit comments

Comments
 (0)