create searchBox section
This commit is contained in:
@@ -61,8 +61,9 @@
|
||||
class="mt-[3vw] md:mt-[0.7vw] h-[2.051vw] md:h-[0.521vw] rounded-[2vw] md:rounded-[0.521vw]"
|
||||
>
|
||||
<div
|
||||
:class="`w-[${props.props.completionPercentage}%]`"
|
||||
class=" rounded-[2vw] md:rounded-[0.521vw] h-[2.051vw] md:h-[0.521vw]"
|
||||
:class="`w-[${props.props.completionPercentage}%]`"
|
||||
|
||||
class="rounded-[2vw] md:rounded-[0.521vw] h-[2.051vw] md:h-[0.521vw]"
|
||||
>
|
||||
<!-- {{props.props.completionPercentage}} -->
|
||||
</div>
|
||||
@@ -74,6 +75,8 @@
|
||||
<script setup>
|
||||
const adad = 2;
|
||||
const props = defineProps(['props'])
|
||||
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
#progressbar {
|
||||
@@ -84,7 +87,6 @@ const props = defineProps(['props'])
|
||||
#progressbar > div {
|
||||
background-color: #0d3f40;
|
||||
float: left;
|
||||
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user