zhuliu 2 rokov pred
rodič
commit
a6f4709e86

+ 5 - 1
RMS-FrontEnd/src/views/components/articles/components/history/examination.vue

@@ -272,4 +272,8 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+.items{
+   cursor: pointer;
+}
+</style>

+ 5 - 1
RMS-FrontEnd/src/views/components/articles/components/history/file.vue

@@ -224,4 +224,8 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+.items{
+   cursor: pointer;
+}
+</style>

+ 5 - 1
RMS-FrontEnd/src/views/components/articles/components/history/invalid.vue

@@ -320,4 +320,8 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+.items{
+   cursor: pointer;
+}
+</style>

+ 5 - 1
RMS-FrontEnd/src/views/components/articles/components/history/litigation.vue

@@ -308,4 +308,8 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+.items{
+   cursor: pointer;
+}
+</style>

+ 5 - 1
RMS-FrontEnd/src/views/components/articles/components/history/other.vue

@@ -281,4 +281,8 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+.items{
+   cursor: pointer;
+}
+</style>