Commit c2cd7c2d authored by 张俊's avatar 张俊

点击字体改动

parent c66e655e
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<el-select v-model="state.ruleForm.name" style="width: 1020px" clearable placeholder="请选择"> <el-select v-model="state.ruleForm.name" style="width: 1020px" clearable placeholder="请选择">
<el-option v-for="item in state.options" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in state.options" :key="item.value" :label="item.label" :value="item.value" />
</el-select> </el-select>
<span class="add-pc">去创建</span> <span class="add-pc can_click_text">去创建</span>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
...@@ -54,9 +54,7 @@ const state = reactive({ ...@@ -54,9 +54,7 @@ const state = reactive({
<style lang="scss" scoped> <style lang="scss" scoped>
.add-pc { .add-pc {
font-size: 14px; font-size: 14px;
color: #3759be;
margin-left: 10px; margin-left: 10px;
cursor: pointer;
} }
.file-box { .file-box {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment