|
@@ -1,6 +1,9 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div style="padding:10px;">
|
3
|
|
- <div class="container" style="background-color:rgba(215,215,215,0.75);padding:20px;">
|
|
3
|
+ <div
|
|
4
|
+ class="container"
|
|
5
|
+ style="border:silver solid thin;border-radius:10px;background-color:rgba(235,235,235,0.75);padding:20px;"
|
|
6
|
+ >
|
4
|
7
|
<div class="row">
|
5
|
8
|
<div class="col-md-12">
|
6
|
9
|
<div class="d-flex">
|
|
@@ -85,7 +88,7 @@
|
85
|
88
|
<div
|
86
|
89
|
class="tab-content"
|
87
|
90
|
id="myTabContent"
|
88
|
|
- style="background-color:rgba(255,255,255,0.75);padding:10px;"
|
|
91
|
+ style="background-color:rgba(255,255,255,0.75);padding:10px;border:silver solid thin;border-radius:10px;"
|
89
|
92
|
>
|
90
|
93
|
<div
|
91
|
94
|
class="tab-pane fade show active"
|
|
@@ -139,7 +142,7 @@
|
139
|
142
|
<div
|
140
|
143
|
class="col-md-12"
|
141
|
144
|
v-if="showNew"
|
142
|
|
- style="background-color:rgba(255,255,255,1); border-radius:5px;padding:10px;"
|
|
145
|
+ style="background-color:rgba(255,255,255,0.75); border:silver solid thin;border-radius:10px;padding:10px;padding:10px 30px;"
|
143
|
146
|
>
|
144
|
147
|
<TemplateInnerItem />
|
145
|
148
|
</div>
|