|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
- <div class="bug_manage_container bug_manage bug_manage_title">
|
|
|
|
- <div v-if="type!=='page'" style="padding: 15px 5px 15px 30px">
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div v-if="type!=='page'" style="padding: 15px 5px 15px 30px" class="bug_manage_container bug_manage bug_manage_title">
|
|
<span style="font-size:18px;font-weight:500;color:#333b4a">{{ 'BUG-'+bug.id }}</span>
|
|
<span style="font-size:18px;font-weight:500;color:#333b4a">{{ 'BUG-'+bug.id }}</span>
|
|
<el-button type="text" />
|
|
<el-button type="text" />
|
|
<dropdown
|
|
<dropdown
|